From da9405cc58fe6d65abfe6997e82334f067d3adf398a10fde42cd7afa5be2bfc9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 25 Nov 2023 12:54:39 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=204.0.3:=20=20=20*=20Add=20``is?= =?UTF-8?q?=5Fprerelease``=20and=20other=20methods=20to=20``LegacyVersion`?= =?UTF-8?q?`=20=20=20=20=20to=20fix=20``get=5Fsorted=5Fversions``=20with?= =?UTF-8?q?=20``stable=3DTrue``=20and=20some=20=20=20=20=20other=20cases.?= =?UTF-8?q?=20-=20Update=20to=204.0.2:=20-=20Update=20to=20version=203.7.0?= =?UTF-8?q?=20=20=20*=20Replace=20=E2=80=9Ccached=5Fproperty=E2=80=9D=20wi?= =?UTF-8?q?th=20=E2=80=9Clazy=E2=80=9D=20package,=20which=20uses=20=5F=5Fd?= =?UTF-8?q?ict=5F=5F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-common?expand=0&rev=15 --- devpi-common-4.0.2.tar.gz | 3 --- devpi-common-4.0.3.tar.gz | 3 +++ python-devpi-common.changes | 14 +++++++++++--- python-devpi-common.spec | 2 +- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 devpi-common-4.0.2.tar.gz create mode 100644 devpi-common-4.0.3.tar.gz diff --git a/devpi-common-4.0.2.tar.gz b/devpi-common-4.0.2.tar.gz deleted file mode 100644 index f927df3..0000000 --- a/devpi-common-4.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d277701faf05d4a6f6cbdb7e040f93c0a00286dbe87d5c0a2eeaeba2055919c -size 389075 diff --git a/devpi-common-4.0.3.tar.gz b/devpi-common-4.0.3.tar.gz new file mode 100644 index 0000000..4ae4e3f --- /dev/null +++ b/devpi-common-4.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e01b4f6df080f62284cce58c5bb1ce1e869b0c234aac7ad135609745fc173d +size 391189 diff --git a/python-devpi-common.changes b/python-devpi-common.changes index fb117ff..638bb58 100644 --- a/python-devpi-common.changes +++ b/python-devpi-common.changes @@ -1,7 +1,15 @@ +------------------------------------------------------------------- +Sat Nov 25 12:54:26 UTC 2023 - Dirk Müller + +- update to 4.0.3: + * Add ``is_prerelease`` and other methods to ``LegacyVersion`` + to fix ``get_sorted_versions`` with ``stable=True`` and some + other cases. + ------------------------------------------------------------------- Wed Oct 18 08:31:53 UTC 2023 - Steve Kowalik -- Update to 4.0.2: +- Update to 4.0.2: * Bug Fixes + Do not mark commands with returncode ``None`` from tox 4.x as failed. + Restore flushing after each written line in new TerminalWriter. @@ -44,7 +52,7 @@ Mon Mar 6 17:21:35 UTC 2023 - Daniel Garcia ------------------------------------------------------------------- Wed Oct 12 03:05:13 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 3.7.0 +- Update to version 3.7.0 Features Add hash_type and fragment attributes to URL class. Replace pkg_resources usage with packaging. @@ -57,7 +65,7 @@ Mon Aug 2 13:13:26 UTC 2021 - Markéta Machová - Update to 3.6.0 * support data-yanked attribute in HTMLPage parser. - * Replace “cached_property” with “lazy” package, which uses __dict__ + * Replace “cached_property” with “lazy” package, which uses __dict__ directly for much faster reads. * Hide password from URL representation. * Allow replacement of individual netloc parts with URL.replace method. diff --git a/python-devpi-common.spec b/python-devpi-common.spec index 1118e70..eeee2bc 100644 --- a/python-devpi-common.spec +++ b/python-devpi-common.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-devpi-common -Version: 4.0.2 +Version: 4.0.3 Release: 0 Summary: Utilities jointly used by devpi-server and devpi-client License: MIT