Hello community,
here is the log from the commit of package python-dephell-markers for
openSUSE:Factory checked in at 2019-12-10 22:40:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dephell-markers (Old)
and /work/SRC/openSUSE:Factory/.python-dephell-markers.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dephell-markers"
Tue Dec 10 22:40:50 2019 rev:4 rq:755174 version:1.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-dephell-markers/python-dephell-markers.changes
2019-11-06 13:55:28.740115658 +0100
+++
/work/SRC/openSUSE:Factory/.python-dephell-markers.new.4691/python-dephell-markers.changes
2019-12-10 22:40:57.885841580 +0100
@@ -1,0 +2,6 @@
+Mon Dec 9 08:59:47 UTC 2019 - John Vandenberg <[email protected]>
+
+- Update to v1.0.2
+ * Drop deprecated parameters from attr.s decorator
+
+-------------------------------------------------------------------
@@ -5 +11 @@
- - Fix hashing, improving compatibility reading poetry.lock
+ * Fix hashing, improving compatibility reading poetry.lock
Old:
----
dephell_markers-1.0.1.tar.gz
New:
----
dephell_markers-1.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dephell-markers.spec ++++++
--- /var/tmp/diff_new_pack.UAKdTc/_old 2019-12-10 22:40:58.557841331 +0100
+++ /var/tmp/diff_new_pack.UAKdTc/_new 2019-12-10 22:40:58.573841325 +0100
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-dephell-markers
-Version: 1.0.1
+Version: 1.0.2
Release: 0
Summary: Dephell library to use environment markers (PEP-496)
License: MIT
@@ -47,6 +47,8 @@
%prep
%setup -q -n dephell_markers-%{version}
+# https://github.com/dephell/dephell_markers/issues/6
+sed -i '/package_dir/d' setup.py
%build
%python_build
++++++ dephell_markers-1.0.1.tar.gz -> dephell_markers-1.0.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/dephell_markers-1.0.1/PKG-INFO
new/dephell_markers-1.0.2/PKG-INFO
--- old/dephell_markers-1.0.1/PKG-INFO 1970-01-01 01:00:00.000000000 +0100
+++ new/dephell_markers-1.0.2/PKG-INFO 1970-01-01 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: dephell-markers
-Version: 1.0.1
+Version: 1.0.2
Summary: Work with environment markers (PEP-496)
Project-URL: Repository, https://github.com/dephell/dephell_markers
Author: Gram
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/dephell_markers-1.0.1/dephell_markers.egg-info/PKG-INFO
new/dephell_markers-1.0.2/dephell_markers.egg-info/PKG-INFO
--- old/dephell_markers-1.0.1/dephell_markers.egg-info/PKG-INFO 1970-01-01
01:00:00.000000000 +0100
+++ new/dephell_markers-1.0.2/dephell_markers.egg-info/PKG-INFO 1970-01-01
01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: dephell-markers
-Version: 1.0.1
+Version: 1.0.2
Summary: Work with environment markers (PEP-496)
Project-URL: Repository, https://github.com/dephell/dephell_markers
Author: Gram
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/dephell_markers-1.0.1/setup.py
new/dephell_markers-1.0.2/setup.py
--- old/dephell_markers-1.0.1/setup.py 2019-10-24 14:59:54.000000000 +0200
+++ new/dephell_markers-1.0.2/setup.py 2019-11-12 12:32:18.000000000 +0100
@@ -21,7 +21,7 @@
setup(
long_description=readme,
name='dephell_markers',
- version='1.0.1',
+ version='1.0.2',
description='Work with environment markers (PEP-496)',
python_requires='>=3.5',
project_urls={'repository': 'https://github.com/dephell/dephell_markers'},
@@ -49,6 +49,7 @@
'dephell_markers', 'dephell_markers._marker',
'dephell_markers._operation'
],
+ package_dir={'': ''},
package_data={},
install_requires=['attrs', 'dephell-specifier', 'packaging'],
)