Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-atomicwrites for 
openSUSE:Factory checked in at 2022-07-26 19:45:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-atomicwrites (Old)
 and      /work/SRC/openSUSE:Factory/.python-atomicwrites.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-atomicwrites"

Tue Jul 26 19:45:17 2022 rev:9 rq:991150 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-atomicwrites/python-atomicwrites.changes  
2022-01-29 21:00:11.267438148 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-atomicwrites.new.1533/python-atomicwrites.changes
        2022-07-26 19:45:21.483148800 +0200
@@ -1,0 +2,9 @@
+Mon Jul 25 21:00:19 UTC 2022 - Dirk M??ller <[email protected]>
+
+- update to 1.4.1:
+  * package is now unmaintained
+  * python 3.8 support
+  * README updates
+  * Support ppc64le 
+
+-------------------------------------------------------------------

Old:
----
  atomicwrites-1.4.0.tar.gz

New:
----
  atomicwrites-1.4.1.tar.gz

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

Other differences:
------------------
++++++ python-atomicwrites.spec ++++++
--- /var/tmp/diff_new_pack.t4N3y2/_old  2022-07-26 19:45:21.987070932 +0200
+++ /var/tmp/diff_new_pack.t4N3y2/_new  2022-07-26 19:45:21.991070314 +0200
@@ -25,7 +25,7 @@
 %bcond_with doc
 %endif
 Name:           python-atomicwrites%{psuffix}
-Version:        1.4.0
+Version:        1.4.1
 Release:        0
 Summary:        Atomic file writes for Python
 License:        MIT

++++++ atomicwrites-1.4.0.tar.gz -> atomicwrites-1.4.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atomicwrites-1.4.0/PKG-INFO 
new/atomicwrites-1.4.1/PKG-INFO
--- old/atomicwrites-1.4.0/PKG-INFO     2020-04-28 23:42:41.000000000 +0200
+++ new/atomicwrites-1.4.1/PKG-INFO     2022-07-08 20:31:39.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: atomicwrites
-Version: 1.4.0
+Version: 1.4.1
 Summary: Atomic file writes.
 Home-page: https://github.com/untitaker/python-atomicwrites
 Author: Markus Unterwaditzer
@@ -10,13 +10,15 @@
         python-atomicwrites
         ===================
         
-        .. image:: 
https://travis-ci.org/untitaker/python-atomicwrites.svg?branch=master
-            :target: https://travis-ci.org/untitaker/python-atomicwrites
-        
+        .. image:: 
https://travis-ci.com/untitaker/python-atomicwrites.svg?branch=master
+            :target: https://travis-ci.com/untitaker/python-atomicwrites
         .. image:: 
https://ci.appveyor.com/api/projects/status/vadc4le3c27to59x/branch/master?svg=true
            :target: 
https://ci.appveyor.com/project/untitaker/python-atomicwrites/branch/master
+        .. image:: 
https://readthedocs.org/projects/python-atomicwrites/badge/?version=latest
+           :target: 
https://python-atomicwrites.readthedocs.io/en/latest/?badge=latest
+           :alt: Documentation Status
         
-        Atomic file writes.
+        **Atomic file writes.**
         
         .. code-block:: python
         
@@ -27,7 +29,9 @@
                 # "foo.txt" doesn't exist yet.
         
             # Now it does.
-        
+            
+        See `API documentation 
<https://python-atomicwrites.readthedocs.io/en/latest/#api>`_ for more
+        low-level interfaces.
         
         Features that distinguish it from other similar libraries (see 
`Alternatives and Credit`_):
         
@@ -38,12 +42,11 @@
           explicit about which operations are atomic. I'm basing my 
assumptions off `a
           comment
           
<https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/449bb49d-8acc-48dc-a46f-0760ceddbfc3/movefileexmovefilereplaceexisting-ntfs-same-volume-atomic?forum=windowssdk#a239bc26-eaf0-4920-9f21-440bd2be9cc8>`_
-          by `Doug Crook
+          by `Doug Cook
           <https://social.msdn.microsoft.com/Profile/doug%20e.%20cook>`_, who 
appears
           to be a Microsoft employee:
         
-              FAQ: Is MoveFileEx atomic
-              Frequently asked question: Is MoveFileEx atomic if the existing 
and new
+              Question: Is MoveFileEx atomic if the existing and new
               files are both on the same drive?
         
               The simple answer is "usually, but in some cases it will 
silently fall-back
@@ -139,5 +142,6 @@
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atomicwrites-1.4.0/README.rst 
new/atomicwrites-1.4.1/README.rst
--- old/atomicwrites-1.4.0/README.rst   2018-08-24 20:00:55.000000000 +0200
+++ new/atomicwrites-1.4.1/README.rst   2022-07-08 20:31:15.000000000 +0200
@@ -2,13 +2,15 @@
 python-atomicwrites
 ===================
 
-.. image:: 
https://travis-ci.org/untitaker/python-atomicwrites.svg?branch=master
-    :target: https://travis-ci.org/untitaker/python-atomicwrites
-
+.. image:: 
https://travis-ci.com/untitaker/python-atomicwrites.svg?branch=master
+    :target: https://travis-ci.com/untitaker/python-atomicwrites
 .. image:: 
https://ci.appveyor.com/api/projects/status/vadc4le3c27to59x/branch/master?svg=true
    :target: 
https://ci.appveyor.com/project/untitaker/python-atomicwrites/branch/master
+.. image:: 
https://readthedocs.org/projects/python-atomicwrites/badge/?version=latest
+   :target: https://python-atomicwrites.readthedocs.io/en/latest/?badge=latest
+   :alt: Documentation Status
 
-Atomic file writes.
+**Atomic file writes.**
 
 .. code-block:: python
 
@@ -19,7 +21,9 @@
         # "foo.txt" doesn't exist yet.
 
     # Now it does.
-
+    
+See `API documentation 
<https://python-atomicwrites.readthedocs.io/en/latest/#api>`_ for more
+low-level interfaces.
 
 Features that distinguish it from other similar libraries (see `Alternatives 
and Credit`_):
 
@@ -30,12 +34,11 @@
   explicit about which operations are atomic. I'm basing my assumptions off `a
   comment
   
<https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/449bb49d-8acc-48dc-a46f-0760ceddbfc3/movefileexmovefilereplaceexisting-ntfs-same-volume-atomic?forum=windowssdk#a239bc26-eaf0-4920-9f21-440bd2be9cc8>`_
-  by `Doug Crook
+  by `Doug Cook
   <https://social.msdn.microsoft.com/Profile/doug%20e.%20cook>`_, who appears
   to be a Microsoft employee:
 
-      FAQ: Is MoveFileEx atomic
-      Frequently asked question: Is MoveFileEx atomic if the existing and new
+      Question: Is MoveFileEx atomic if the existing and new
       files are both on the same drive?
 
       The simple answer is "usually, but in some cases it will silently 
fall-back
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atomicwrites-1.4.0/atomicwrites/__init__.py 
new/atomicwrites-1.4.1/atomicwrites/__init__.py
--- old/atomicwrites-1.4.0/atomicwrites/__init__.py     2020-04-28 
23:39:42.000000000 +0200
+++ new/atomicwrites-1.4.1/atomicwrites/__init__.py     2022-07-08 
20:31:26.000000000 +0200
@@ -15,7 +15,7 @@
 except ImportError:
     fspath = None
 
-__version__ = '1.4.0'
+__version__ = '1.4.1'
 
 
 PY2 = sys.version_info[0] == 2
@@ -124,6 +124,9 @@
     :param overwrite: If set to false, an error is raised if ``path`` exists.
         Errors are only raised after the file has been written to.  Either way,
         the operation is atomic.
+    :param open_kwargs: Keyword-arguments to pass to the underlying
+        :py:func:`open` call. This can be used to set the encoding when opening
+        files in text-mode.
 
     If you need further control over the exact behavior, you are encouraged to
     subclass.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atomicwrites-1.4.0/atomicwrites.egg-info/PKG-INFO 
new/atomicwrites-1.4.1/atomicwrites.egg-info/PKG-INFO
--- old/atomicwrites-1.4.0/atomicwrites.egg-info/PKG-INFO       2020-04-28 
23:42:41.000000000 +0200
+++ new/atomicwrites-1.4.1/atomicwrites.egg-info/PKG-INFO       2022-07-08 
20:31:39.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: atomicwrites
-Version: 1.4.0
+Version: 1.4.1
 Summary: Atomic file writes.
 Home-page: https://github.com/untitaker/python-atomicwrites
 Author: Markus Unterwaditzer
@@ -10,13 +10,15 @@
         python-atomicwrites
         ===================
         
-        .. image:: 
https://travis-ci.org/untitaker/python-atomicwrites.svg?branch=master
-            :target: https://travis-ci.org/untitaker/python-atomicwrites
-        
+        .. image:: 
https://travis-ci.com/untitaker/python-atomicwrites.svg?branch=master
+            :target: https://travis-ci.com/untitaker/python-atomicwrites
         .. image:: 
https://ci.appveyor.com/api/projects/status/vadc4le3c27to59x/branch/master?svg=true
            :target: 
https://ci.appveyor.com/project/untitaker/python-atomicwrites/branch/master
+        .. image:: 
https://readthedocs.org/projects/python-atomicwrites/badge/?version=latest
+           :target: 
https://python-atomicwrites.readthedocs.io/en/latest/?badge=latest
+           :alt: Documentation Status
         
-        Atomic file writes.
+        **Atomic file writes.**
         
         .. code-block:: python
         
@@ -27,7 +29,9 @@
                 # "foo.txt" doesn't exist yet.
         
             # Now it does.
-        
+            
+        See `API documentation 
<https://python-atomicwrites.readthedocs.io/en/latest/#api>`_ for more
+        low-level interfaces.
         
         Features that distinguish it from other similar libraries (see 
`Alternatives and Credit`_):
         
@@ -38,12 +42,11 @@
           explicit about which operations are atomic. I'm basing my 
assumptions off `a
           comment
           
<https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/449bb49d-8acc-48dc-a46f-0760ceddbfc3/movefileexmovefilereplaceexisting-ntfs-same-volume-atomic?forum=windowssdk#a239bc26-eaf0-4920-9f21-440bd2be9cc8>`_
-          by `Doug Crook
+          by `Doug Cook
           <https://social.msdn.microsoft.com/Profile/doug%20e.%20cook>`_, who 
appears
           to be a Microsoft employee:
         
-              FAQ: Is MoveFileEx atomic
-              Frequently asked question: Is MoveFileEx atomic if the existing 
and new
+              Question: Is MoveFileEx atomic if the existing and new
               files are both on the same drive?
         
               The simple answer is "usually, but in some cases it will 
silently fall-back
@@ -139,5 +142,6 @@
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atomicwrites-1.4.0/setup.py 
new/atomicwrites-1.4.1/setup.py
--- old/atomicwrites-1.4.0/setup.py     2019-09-08 19:04:18.000000000 +0200
+++ new/atomicwrites-1.4.1/setup.py     2022-07-08 20:31:10.000000000 +0200
@@ -33,6 +33,7 @@
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: 3.7',
+        'Programming Language :: Python :: 3.8',
         'Programming Language :: Python :: Implementation :: CPython',
     ],
     python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',

Reply via email to