Hello community,

here is the log from the commit of package python-dephell for openSUSE:Factory 
checked in at 2020-03-12 23:08:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dephell (Old)
 and      /work/SRC/openSUSE:Factory/.python-dephell.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dephell"

Thu Mar 12 23:08:53 2020 rev:8 rq:784351 version:0.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dephell/python-dephell.changes    
2020-03-04 09:47:19.530176648 +0100
+++ /work/SRC/openSUSE:Factory/.python-dephell.new.3160/python-dephell.changes  
2020-03-12 23:12:39.379332215 +0100
@@ -1,0 +2,7 @@
+Thu Mar 12 14:28:49 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Add patch to not pin deps, do not remove as it is generated
+  by upsream from toml but always refresh as needed:
+  * never-pin-deps.patch
+
+-------------------------------------------------------------------

New:
----
  never-pin-deps.patch

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

Other differences:
------------------
++++++ python-dephell.spec ++++++
--- /var/tmp/diff_new_pack.S23wtp/_old  2020-03-12 23:12:40.019332468 +0100
+++ /var/tmp/diff_new_pack.S23wtp/_new  2020-03-12 23:12:40.023332470 +0100
@@ -34,6 +34,7 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/dephell/dephell
 Source:         
https://files.pythonhosted.org/packages/source/d/dephell/dephell-%{version}.tar.gz
+Patch0:         never-pin-deps.patch
 BuildRequires:  %{python_module base >= 3.5}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  bash
@@ -135,6 +136,7 @@
 
 %prep
 %setup -q -n dephell-%{version}
+%patch0 -p1
 
 find tests -type d -name __pycache__ | xargs rm -rf
 

++++++ never-pin-deps.patch ++++++
Index: dephell-0.8.1/setup.py
===================================================================
--- dephell-0.8.1.orig/setup.py
+++ dephell-0.8.1/setup.py
@@ -61,7 +61,7 @@ setup(
         'dephell-pythons>=0.1.11', 'dephell-setuptools>=0.2.1',
         'dephell-shells>=0.1.3', 'dephell-specifier>=0.1.7',
         'dephell-venvs>=0.1.16', 'dephell-versioning', 'jinja2', 'm2r',
-        'packaging', 'pip<=19.3.1,>=18.0', 'requests', 'ruamel.yaml', 
'tomlkit',
+        'packaging', 'pip>=18.0', 'requests', 'ruamel.yaml', 'tomlkit',
         'yaspin'
     ],
     extras_require={

Reply via email to