File: changelog

package info (click to toggle)
python-semver 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 700 kB
  • sloc: python: 1,972; makefile: 28
file content (103 lines) | stat: -rw-r--r-- 3,382 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
python-semver (3.0.2-1) unstable; urgency=medium

  [ Ben Finney ]
  * New upstream version.
    Highlights since previous release:
    * New top-level `Version` class with different API
      (backward-compatible with old `VersionInfo`).
    * `Version.parse` parameter `optional_minor_and_patch` allows parsing
      version strings with less detail.
    * `Version.match` also accepts a version string to check for a match.
    * Support for Python 3.7 and later only.
    * Python package reorganisation.
    (Closes: #1081140).

 -- Thomas Goirand <zigo@debian.org>  Mon, 10 Mar 2025 13:25:34 +0100

python-semver (2.10.2-4) unstable; urgency=medium

  [ Ben Finney ]
  * Declare conformance to “Standards-Version: 4.7.0”.
    No additional changes required.
  * Declare Debhelper compatibility level 13.
  * Drop minimum version dependency for ‘openstack-pkg-tools’, older than
    the earliest version in supported Debian releases.

 -- Thomas Goirand <zigo@debian.org>  Mon, 04 Nov 2024 11:39:23 +0100

python-semver (2.10.2-3) unstable; urgency=medium

  * Correctly launch unit tests (Closes: #1002447).

 -- Thomas Goirand <zigo@debian.org>  Wed, 22 Dec 2021 16:35:13 +0100

python-semver (2.10.2-2) unstable; urgency=medium

  * Add dh_python3 --shebang=/usr/bin/python3 (Closes: #976771)

 -- Thomas Goirand <zigo@debian.org>  Tue, 08 Dec 2020 00:09:44 +0100

python-semver (2.10.2-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Thomas Goirand ]
  * New upstream release (Closes: #971580).
  * Fix upstream URL in d/control, d/rules and d/copyright.
  * Fixed d/watch.
  * Add a debian/salsa-ci.yml.
  * Add b-d on openstack-pkg-tools.
  * Fixed running unit tests.

 -- Thomas Goirand <zigo@debian.org>  Thu, 15 Oct 2020 22:17:17 +0200

python-semver (2.0.1-4) unstable; urgency=medium

  * Team upload.
  * d/control: Use team+openstack@tracker.debian.org as maintainer
  * Use debhelper-compat instead of debian/compat.
  * Use pybuild to build package.
  * Bump debhelper compat level to 12.
  * d/copyright: Reorder.
  * Bump standards version to 4.4.0.
  * Enable autopkgtest-pkg-python testsuite.
  * Drop Python 2 support (Closes: #938163).

 -- Ondřej Nový <onovy@debian.org>  Mon, 09 Sep 2019 13:40:07 +0200

python-semver (2.0.1-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/rules: Changed UPSTREAM_GIT protocol to https

  [ Daniel Baumann ]
  * Updating vcs fields.
  * Updating copyright format url.
  * Updating maintainer field.
  * Running wrap-and-sort -bast.
  * Removing gbp.conf, not used anymore or should be specified in the
    developers dotfiles.

  [ Thomas Goirand ]
  * Add missing dh-python build-depends.
  * Removed now useless versions of (build-)depends.
  * Standards-Version is now 4.1.3.

 -- Thomas Goirand <zigo@debian.org>  Mon, 02 Apr 2018 17:51:32 +0200

python-semver (2.0.1-2) unstable; urgency=medium

  * Fixed VCS URLs (https).
  * d/rules: Changed UPSTREAM_GIT protocol to https
  * d/s/options: extend-diff-ignore of .gitreview
  * d/control: Using OpenStack's Gerrit as VCS URLs.

 -- Ondřej Nový <novy@ondrej.org>  Sun, 28 Feb 2016 15:50:13 +0100

python-semver (2.0.1-1) unstable; urgency=medium

  * Initial release. (Closes: #762848)

 -- Thomas Goirand <zigo@debian.org>  Fri, 26 Sep 2014 00:28:25 +0800