Étienne Mollier pushed to branch master at Debian Med / pyensembl
Commits: 08c7e238 by Étienne Mollier at 2022-08-31T19:53:33+02:00 New upstream version 2.0.1+ds - - - - - c015e1ed by Étienne Mollier at 2022-08-31T19:53:33+02:00 routine-update: New upstream version - - - - - 3b8249ee by Étienne Mollier at 2022-08-31T19:53:34+02:00 Update upstream source from tag 'upstream/2.0.1+ds' Update to upstream version '2.0.1+ds' with Debian dir b4adff3bf2d2a0c31ef42f965ba62d1fe7545ac0 - - - - - 707d78e4 by Étienne Mollier at 2022-08-31T19:53:34+02:00 routine-update: Standards-Version: 4.6.1 - - - - - db50bb46 by Étienne Mollier at 2022-08-31T20:07:42+02:00 d/control: add myself to uploaders. - - - - - 1e849bd0 by Étienne Mollier at 2022-08-31T20:08:21+02:00 d/copyright: update copyright year. - - - - - 94dbd7ac by Étienne Mollier at 2022-08-31T20:10:51+02:00 ready to upload to unstable - - - - - 7 changed files: - PKG-INFO - debian/changelog - debian/control - debian/copyright - pyensembl.egg-info/PKG-INFO - pyensembl/ensembl_release_versions.py - pyensembl/version.py Changes: ===================================== PKG-INFO ===================================== @@ -1,12 +1,11 @@ Metadata-Version: 2.1 Name: pyensembl -Version: 2.0.0 +Version: 2.0.1 Summary: Python interface to ensembl reference genome metadata Home-page: https://github.com/openvax/pyensembl Author: Alex Rubinsteyn Author-email: [email protected] License: http://www.apache.org/licenses/LICENSE-2.0.html -Platform: UNKNOWN Classifier: Development Status :: 3 - Alpha Classifier: Environment :: Console Classifier: Operating System :: OS Independent @@ -227,5 +226,3 @@ by the given chromosome and strand.</dd> <dt>exon_ids_of_transcript_name(transcript_name)</dt> <dd>Returns a list of exon IDs associated with a given transcript name.</dd> </dl> - - ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +pyensembl (2.0.1+ds-1) unstable; urgency=medium + + * New upstream version + * Standards-Version: 4.6.1 (routine-update) + * d/control: add myself to uploaders. + * d/copyright: update copyright year. + + -- Étienne Mollier <[email protected]> Wed, 31 Aug 2022 20:10:13 +0200 + pyensembl (2.0.0+ds-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -2,7 +2,8 @@ Source: pyensembl Section: science Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Steffen Moeller <[email protected]> +Uploaders: Steffen Moeller <[email protected]>, + Étienne Mollier <[email protected]> Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, @@ -15,7 +16,7 @@ Build-Depends: debhelper-compat (= 13), python3-gtfparse # python3-tinytimer # only run during tests that are not run because of # demand for internet access -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Homepage: https://github.com/openvax/pyensembl Vcs-Browser: https://salsa.debian.org/med-team/pyensembl Vcs-Git: https://salsa.debian.org/med-team/pyensembl.git ===================================== debian/copyright ===================================== @@ -12,6 +12,7 @@ License: Apache-2.0 Files: debian/* Copyright: 2021 Steffen Moeller <[email protected]> + 2022 Étienne Mollier <[email protected]> License: Apache-2.0 License: Apache-2.0 ===================================== pyensembl.egg-info/PKG-INFO ===================================== @@ -1,12 +1,11 @@ Metadata-Version: 2.1 Name: pyensembl -Version: 2.0.0 +Version: 2.0.1 Summary: Python interface to ensembl reference genome metadata Home-page: https://github.com/openvax/pyensembl Author: Alex Rubinsteyn Author-email: [email protected] License: http://www.apache.org/licenses/LICENSE-2.0.html -Platform: UNKNOWN Classifier: Development Status :: 3 - Alpha Classifier: Environment :: Console Classifier: Operating System :: OS Independent @@ -227,5 +226,3 @@ by the given chromosome and strand.</dd> <dt>exon_ids_of_transcript_name(transcript_name)</dt> <dd>Returns a list of exon IDs associated with a given transcript name.</dd> </dl> - - ===================================== pyensembl/ensembl_release_versions.py ===================================== @@ -11,7 +11,7 @@ # limitations under the License. MIN_ENSEMBL_RELEASE = 54 -MAX_ENSEMBL_RELEASE = 106 +MAX_ENSEMBL_RELEASE = 107 def check_release_number(release): """ ===================================== pyensembl/version.py ===================================== @@ -1 +1 @@ -__version__ = '2.0.0' \ No newline at end of file +__version__ = '2.0.1' View it on GitLab: https://salsa.debian.org/med-team/pyensembl/-/compare/b847a6835231bfc6c984e22dfdc43cda746d8ed2...94dbd7acc4bd32039d3200190334c73b3f91e73d -- View it on GitLab: https://salsa.debian.org/med-team/pyensembl/-/compare/b847a6835231bfc6c984e22dfdc43cda746d8ed2...94dbd7acc4bd32039d3200190334c73b3f91e73d 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
