Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2022-08-08 11:43:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old)
 and      /work/SRC/openSUSE:Factory/.python-Fabric.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Fabric"

Mon Aug  8 11:43:01 2022 rev:40 rq:993698 version:2.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes      
2022-08-02 22:10:40.858030042 +0200
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new.1521/python-Fabric.changes    
2022-08-08 11:43:02.662410941 +0200
@@ -1,0 +2,6 @@
+Mon Aug  8 08:09:01 UTC 2022 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Add patch remove-pathlib2.patch:
+  * Drop install_requires on pathlib2. 
+
+-------------------------------------------------------------------

New:
----
  remove-pathlib2.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Fabric.spec ++++++
--- /var/tmp/diff_new_pack.aebPoe/_old  2022-08-08 11:43:03.206411677 +0200
+++ /var/tmp/diff_new_pack.aebPoe/_new  2022-08-08 11:43:03.210411683 +0200
@@ -28,6 +28,8 @@
 Patch0:         fix-executable.patch
 # PATCH-FIX-UPSTREAM gh#fabric/fabric#2210
 Patch1:         remove-mock.patch
+# PATCH-FIX-OPENSUSE remove pathlib2 requirement gh#fabric/fabric#2180
+Patch2:         remove-pathlib2.patch
 BuildRequires:  %{python_module cryptography >= 1.1}
 BuildRequires:  %{python_module decorator}
 BuildRequires:  %{python_module invoke >= 1.3}
@@ -41,7 +43,6 @@
 Requires:       python-decorator
 Requires:       python-invoke >= 1.3
 Requires:       python-paramiko >= 2.4
-Requires:       python-pathlib2
 Requires:       python-setuptools
 Requires:       python-six
 Requires(post): update-alternatives

++++++ remove-pathlib2.patch ++++++
Index: fabric-2.7.1/setup.py
===================================================================
--- fabric-2.7.1.orig/setup.py
+++ fabric-2.7.1/setup.py
@@ -65,7 +65,7 @@ setuptools.setup(
         "CI": "https://app.circleci.com/pipelines/github/fabric/fabric";,
         "Twitter": "https://twitter.com/pyfabric";,
     },
-    install_requires=["invoke>=1.3,<2.0", "paramiko>=2.4", "pathlib2"],
+    install_requires=["invoke>=1.3,<2.0", "paramiko>=2.4"],
     extras_require={
         "testing:python_version<='3.3'": testing_deps,
         "pytest:python_version<='3.3'": testing_deps + pytest_deps,

Reply via email to