Hello community,

here is the log from the commit of package python-dephell-markers for 
openSUSE:Factory checked in at 2019-12-18 14:46:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"

Wed Dec 18 14:46:46 2019 rev:5 rq:757712 version:1.0.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-dephell-markers/python-dephell-markers.changes
    2019-12-10 22:40:57.885841580 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-dephell-markers.new.4691/python-dephell-markers.changes
  2019-12-18 14:48:49.801952658 +0100
@@ -1,0 +2,6 @@
+Wed Dec 18 11:34:06 CET 2019 - Matej Cepl <mc...@suse.com>
+
+- Update to 1.0.3:
+  - Fix new attrs compat
+
+-------------------------------------------------------------------

Old:
----
  dephell_markers-1.0.2.tar.gz

New:
----
  dephell_markers-1.0.3.tar.gz

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

Other differences:
------------------
++++++ python-dephell-markers.spec ++++++
--- /var/tmp/diff_new_pack.HexfBn/_old  2019-12-18 14:48:50.149952818 +0100
+++ /var/tmp/diff_new_pack.HexfBn/_new  2019-12-18 14:48:50.149952818 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dephell-markers
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-dephell-markers
-Version:        1.0.2
+Version:        1.0.3
 Release:        0
 Summary:        Dephell library to use environment markers (PEP-496)
 License:        MIT

++++++ dephell_markers-1.0.2.tar.gz -> dephell_markers-1.0.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_markers-1.0.2/PKG-INFO 
new/dephell_markers-1.0.3/PKG-INFO
--- old/dephell_markers-1.0.2/PKG-INFO  1970-01-01 01:00:00.000000000 +0100
+++ new/dephell_markers-1.0.3/PKG-INFO  1970-01-01 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: dephell-markers
-Version: 1.0.2
+Version: 1.0.3
 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.2/dephell_markers.egg-info/PKG-INFO 
new/dephell_markers-1.0.3/dephell_markers.egg-info/PKG-INFO
--- old/dephell_markers-1.0.2/dephell_markers.egg-info/PKG-INFO 1970-01-01 
01:00:00.000000000 +0100
+++ new/dephell_markers-1.0.3/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.2
+Version: 1.0.3
 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.2/setup.py 
new/dephell_markers-1.0.3/setup.py
--- old/dephell_markers-1.0.2/setup.py  2019-11-12 12:32:18.000000000 +0100
+++ new/dephell_markers-1.0.3/setup.py  2019-12-18 11:26:57.000000000 +0100
@@ -21,10 +21,10 @@
 setup(
     long_description=readme,
     name='dephell_markers',
-    version='1.0.2',
+    version='1.0.3',
     description='Work with environment markers (PEP-496)',
     python_requires='>=3.5',
-    project_urls={'repository': 'https://github.com/dephell/dephell_markers'},
+    project_urls={"repository": "https://github.com/dephell/dephell_markers"},
     author='Gram',
     author_email='master_f...@mail.ru',
     license='MIT',
@@ -49,7 +49,7 @@
         'dephell_markers', 'dephell_markers._marker',
         'dephell_markers._operation'
     ],
-    package_dir={'': ''},
+    package_dir={"": "."},
     package_data={},
     install_requires=['attrs', 'dephell-specifier', 'packaging'],
 )
Binary files 
old/dephell_markers-1.0.2/tests/__pycache__/__init__.cpython-37.pyc and 
new/dephell_markers-1.0.3/tests/__pycache__/__init__.cpython-37.pyc differ
Binary files 
old/dephell_markers-1.0.2/tests/__pycache__/test_markers.cpython-37-pytest-5.2.1.pyc
 and 
new/dephell_markers-1.0.3/tests/__pycache__/test_markers.cpython-37-pytest-5.2.1.pyc
 differ
Binary files 
old/dephell_markers-1.0.2/tests/__pycache__/test_string.cpython-37-pytest-5.2.1.pyc
 and 
new/dephell_markers-1.0.3/tests/__pycache__/test_string.cpython-37-pytest-5.2.1.pyc
 differ
Binary files 
old/dephell_markers-1.0.2/tests/__pycache__/test_version.cpython-37-pytest-5.2.1.pyc
 and 
new/dephell_markers-1.0.3/tests/__pycache__/test_version.cpython-37-pytest-5.2.1.pyc
 differ


Reply via email to