Hello community,

here is the log from the commit of package python-screeninfo for 
openSUSE:Factory checked in at 2020-11-29 12:29:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-screeninfo (Old)
 and      /work/SRC/openSUSE:Factory/.python-screeninfo.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-screeninfo"

Sun Nov 29 12:29:35 2020 rev:3 rq:851326 version:0.6.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-screeninfo/python-screeninfo.changes      
2020-05-11 13:45:29.445646207 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-screeninfo.new.5913/python-screeninfo.changes
    2020-11-29 12:29:45.934083333 +0100
@@ -1,0 +2,7 @@
+Thu Nov 26 06:32:42 UTC 2020 - andy great <[email protected]>
+
+- Update to version 0.6.6.
+  * Use dataclasses only when needed.
+- Remove use_dataclasses_when_needed.patch, fixed.
+
+-------------------------------------------------------------------

Old:
----
  screeninfo-0.6.5.tar.gz
  use_dataclasses_when_needed.patch

New:
----
  screeninfo-0.6.6.tar.gz

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

Other differences:
------------------
++++++ python-screeninfo.spec ++++++
--- /var/tmp/diff_new_pack.szxgEZ/_old  2020-11-29 12:29:50.534087985 +0100
+++ /var/tmp/diff_new_pack.szxgEZ/_new  2020-11-29 12:29:50.534087985 +0100
@@ -19,14 +19,12 @@
 %define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-screeninfo
-Version:        0.6.5
+Version:        0.6.6
 Release:        0
 Summary:        Fetch location and size of physical screens
 License:        MIT
 URL:            https://github.com/rr-/screeninfo
 Source0:        
https://github.com/rr-/screeninfo/archive/%{version}.tar.gz#/screeninfo-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM https://github.com/rr-/screeninfo/pull/36 -- Use 
dataclass when needed
-Patch0:         use_dataclasses_when_needed.patch
 BuildRequires:  %{python_module setuptools}
 %if 0%{?suse_version} <= 1500
 BuildRequires:  %{python_module dataclasses}
@@ -41,7 +39,6 @@
 
 %prep
 %setup -q -n screeninfo-%{version}
-%patch0 -p1
 
 %build
 %python_build

++++++ screeninfo-0.6.5.tar.gz -> screeninfo-0.6.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/screeninfo-0.6.5/setup.py 
new/screeninfo-0.6.6/setup.py
--- old/screeninfo-0.6.5/setup.py       2020-04-15 16:13:07.000000000 +0200
+++ new/screeninfo-0.6.6/setup.py       2020-10-23 09:55:39.000000000 +0200
@@ -3,7 +3,7 @@
 setup(
     name="screeninfo",
     packages=["screeninfo", "screeninfo.enumerators"],
-    version="0.6.5",
+    version="0.6.6",
     description="Fetch location and size of physical screens.",
     author="rr-",
     author_email="[email protected]",
@@ -11,7 +11,7 @@
     keywords=["screen", "monitor", "desktop"],
     classifiers=[],
     install_requires=[
-        "dataclasses",
+        "dataclasses ; python_version<'3.7'",
         'Cython ; sys_platform=="darwin"',
         'pyobjus ; sys_platform=="darwin"',
     ],
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to