Alexandre Mestiashvili pushed to branch master at Debian Med / plip
Commits: 054b2dd5 by Alexandre Mestiashvili at 2020-07-08T14:27:02+02:00 Add build-mulit.sh to Files-Excluded in d/copyright - - - - - b2f25057 by Alexandre Mestiashvili at 2020-07-08T14:27:30+02:00 New upstream version 2.1.3+dfsg - - - - - 8b1d5ddc by Alexandre Mestiashvili at 2020-07-08T14:27:30+02:00 Update upstream source from tag 'upstream/2.1.3+dfsg' Update to upstream version '2.1.3+dfsg' with Debian dir 353e5b9541e35533c1b9cb6a84174e749cb974e3 - - - - - 0d942ce3 by Alexandre Mestiashvili at 2020-07-08T14:34:57+02:00 Update changelog Gbp-Dch: Ignore - - - - - 5 changed files: - CHANGES.txt - README.md - debian/changelog - debian/copyright - plip/basic/config.py Changes: ===================================== CHANGES.txt ===================================== @@ -1,5 +1,10 @@ Changelog --------- +# 2.2.0 +* bug fixes in code and deployment +* multi-architecture builds on https://hub.docker.com/r/pharmai/plip +* Docker build for Ubuntu 20.04 LTS + # 2.1.0 * maintainer changed to PharmAI GmbH * full compatibility to Python 3 and OpenBabel 3 ===================================== README.md ===================================== @@ -3,7 +3,8 @@    - + + Analyze noncovalent protein-ligand interactions in 3D structures with ease. @@ -64,7 +65,7 @@ $ git clone https://github.com/ssalentin/plip.git ~/pliptool ### 2. Install PLIP #### Containerized Image (recommended) -:exclamation: We ship PLIP as a pre-built containers, available on the [Docker Hub](https://hub.docker.com/r/pharmai/plip) or as pre-built Singularity image under [Releases](https://github.com/pharmai/plip/releases). +:exclamation: We ship PLIP as a pre-built containers for multiple architectures (amd64/ARM), available on the [Docker Hub](https://hub.docker.com/r/pharmai/plip) or as pre-built Singularity image under [Releases](https://github.com/pharmai/plip/releases). #### From Source If you cannot use the containerized bundle or want to use PLIP sources, make sure you have the following requirements installed: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +plip (2.1.3+dfsg-1) unstable; urgency=medium + + * Add build-mulit.sh to Files-Excluded list in d/copyright + * New upstream version 2.1.3+dfsg + + -- Alexandre Mestiashvili <[email protected]> Wed, 08 Jul 2020 14:28:36 +0200 + plip (2.1.2~beta+dfsg-2) unstable; urgency=medium * No change, source-only upload to allow testing migration ===================================== debian/copyright ===================================== @@ -9,6 +9,7 @@ Files-Excluded: .github/* Dockerfile* plip/__pycache__ + build_multi.sh Files: * Copyright: 2016 Sebastian Salentin <[email protected]> ===================================== plip/basic/config.py ===================================== @@ -1,4 +1,4 @@ -__version__ = '2.1.2-beta' +__version__ = '2.1.3' __maintainer__ = 'PharmAI GmbH (2020) - www.pharm.ai - [email protected]' import logging View it on GitLab: https://salsa.debian.org/med-team/plip/-/compare/836818258ae71108aae56c3137fddbde577ee29d...0d942ce3cffb19d14db1ecdd88a8d0bc68c90bfb -- View it on GitLab: https://salsa.debian.org/med-team/plip/-/compare/836818258ae71108aae56c3137fddbde577ee29d...0d942ce3cffb19d14db1ecdd88a8d0bc68c90bfb You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
