Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-devpi-common for
openSUSE:Factory checked in at 2023-03-29 23:28:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-devpi-common (Old)
and /work/SRC/openSUSE:Factory/.python-devpi-common.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-devpi-common"
Wed Mar 29 23:28:12 2023 rev:5 rq:1075185 version:3.7.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-devpi-common/python-devpi-common.changes
2023-03-07 16:50:03.621498059 +0100
+++
/work/SRC/openSUSE:Factory/.python-devpi-common.new.31432/python-devpi-common.changes
2023-03-29 23:28:13.519785748 +0200
@@ -1,0 +2,5 @@
+Wed Mar 22 09:32:02 UTC 2023 - Dirk Müller <[email protected]>
+
+- add unpin-versions.patch to reduce the packaging version conflict
+
+-------------------------------------------------------------------
New:
----
unpin-versions.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-devpi-common.spec ++++++
--- /var/tmp/diff_new_pack.PZ7MZz/_old 2023-03-29 23:28:14.003788334 +0200
+++ /var/tmp/diff_new_pack.PZ7MZz/_new 2023-03-29 23:28:14.007788355 +0200
@@ -24,9 +24,11 @@
Group: Development/Languages/Python
URL: https://github.com/devpi/devpi
Source:
https://files.pythonhosted.org/packages/source/d/devpi-common/devpi-common-%{version}.tar.gz
+Patch1: unpin-versions.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-packaging
Requires: python-py >= 1.4.20
Requires: python-requests >= 2.3.0
BuildArch: noarch
@@ -42,7 +44,7 @@
Utilities jointly used by devpi-server and devpi-client.
%prep
-%setup -q -n devpi-common-%{version}
+%autosetup -p1 -n devpi-common-%{version}
rm tox.ini
%build
++++++ unpin-versions.patch ++++++
Index: devpi-common-3.7.2/setup.py
===================================================================
--- devpi-common-3.7.2.orig/setup.py
+++ devpi-common-3.7.2/setup.py
@@ -34,7 +34,7 @@ if __name__ == "__main__":
packages=['devpi_common', 'devpi_common.vendor'],
install_requires=[
"lazy",
- "packaging<22",
+ "packaging",
"py>=1.4.20",
"requests>=2.3.0"],
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",