Alexandre Detiste pushed to branch master at Debian Med / pyensembl
Commits: 9d5b83e8 by Alexandre Detiste at 2024-05-11T18:30:02+02:00 drop dependency on python3-nose - - - - - 7a491998 by Alexandre Detiste at 2024-05-11T18:30:23+02:00 New upstream version 2.3.13 - - - - - 092d87dc by Alexandre Detiste at 2024-05-11T18:30:23+02:00 routine-update: New upstream version - - - - - 84c87697 by Alexandre Detiste at 2024-05-11T18:30:23+02:00 Update upstream source from tag 'upstream/2.3.13' Update to upstream version '2.3.13' with Debian dir a71e4a40425f2b5ada015e5d3656b4458f02a7dc - - - - - 5 changed files: - debian/changelog - debian/control - debian/tests/control - pyensembl/ensembl_versions.py - pyensembl/version.py Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pyensembl (2.3.13-1) UNRELEASED; urgency=medium + + * Team upload. + * New upstream version + + -- Alexandre Detiste <[email protected]> Sat, 11 May 2024 18:30:23 +0200 + pyensembl (2.3.12-1) unstable; urgency=medium * New upstream version 2.3.12 ===================================== debian/control ===================================== @@ -14,7 +14,6 @@ Build-Depends: debhelper-compat (= 13), python3-serializable, python3-memoized-property, python3-gtfparse, - python3-nose <!nocheck>, python3-pytest <!nocheck>, # python3-tinytimer # only run during tests that are not run because of # demand for internet access ===================================== debian/tests/control ===================================== @@ -1,3 +1,3 @@ Tests: run-unit-test -Depends: python3-all, python3-nose, python3-pytest, pyensembl +Depends: python3-all, python3-pytest, pyensembl Restrictions: needs-internet ===================================== pyensembl/ensembl_versions.py ===================================== @@ -10,7 +10,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -MIN_ENSEMBL_RELEASE = 47 +MIN_ENSEMBL_RELEASE = 40 MAX_ENSEMBL_RELEASE = 111 MAX_PLANTS_ENSEMBL_RELEASE = 58 ===================================== pyensembl/version.py ===================================== @@ -1,4 +1,4 @@ -__version__ = "2.3.12" +__version__ = "2.3.13" def print_version(): print(f"v{__version__}") View it on GitLab: https://salsa.debian.org/med-team/pyensembl/-/compare/90c12cb52696452e6be214e20d3e4999a2533556...84c876971968d7541bc9fb9591741ae734d8df8b -- View it on GitLab: https://salsa.debian.org/med-team/pyensembl/-/compare/90c12cb52696452e6be214e20d3e4999a2533556...84c876971968d7541bc9fb9591741ae734d8df8b 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
