From f49c497401f67d4f52e78159fe5e30706804b7a609930a6447070cbd684889e4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 12 Oct 2022 08:38:47 +0000 Subject: [PATCH] Accepting request 1009975 from home:yarunachalam:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to version 3.7.0 Features Add hash_type and fragment attributes to URL class. Replace pkg_resources usage with packaging. Bug Fixes Fix #895: return content of data-yanked. Fixed some cases where name and version weren’t split off correctly from filename. OBS-URL: https://build.opensuse.org/request/show/1009975 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-common?expand=0&rev=4 --- devpi-common-3.6.0.tar.gz | 3 --- devpi-common-3.7.0.tar.gz | 3 +++ python-devpi-common.changes | 11 +++++++++++ python-devpi-common.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 devpi-common-3.6.0.tar.gz create mode 100644 devpi-common-3.7.0.tar.gz diff --git a/devpi-common-3.6.0.tar.gz b/devpi-common-3.6.0.tar.gz deleted file mode 100644 index 54ec334..0000000 --- a/devpi-common-3.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc14aa6b74d4d9e27dc2e9cbff000ed9be5cd723d3ac9672e66e4e8fce797227 -size 23854 diff --git a/devpi-common-3.7.0.tar.gz b/devpi-common-3.7.0.tar.gz new file mode 100644 index 0000000..962554a --- /dev/null +++ b/devpi-common-3.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b4d794ce96f15c37b871c15e128069a8eaf6a732e59bfa2f4a64e6216192c93 +size 24819 diff --git a/python-devpi-common.changes b/python-devpi-common.changes index 29c868b..27bcc3d 100644 --- a/python-devpi-common.changes +++ b/python-devpi-common.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Oct 12 03:05:13 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 3.7.0 + Features + Add hash_type and fragment attributes to URL class. + Replace pkg_resources usage with packaging. + Bug Fixes + Fix #895: return content of data-yanked. + Fixed some cases where name and version weren’t split off correctly from filename. + ------------------------------------------------------------------- Mon Aug 2 13:13:26 UTC 2021 - Markéta Machová diff --git a/python-devpi-common.spec b/python-devpi-common.spec index a6d7a04..486e40f 100644 --- a/python-devpi-common.spec +++ b/python-devpi-common.spec @@ -1,7 +1,7 @@ # # spec file for package python-devpi-common # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-devpi-common -Version: 3.6.0 +Version: 3.7.0 Release: 0 Summary: Utilities jointly used by devpi-server and devpi-client License: MIT