Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-watchdog for openSUSE:Factory 
checked in at 2021-07-12 21:40:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-watchdog (Old)
 and      /work/SRC/openSUSE:Factory/.python-watchdog.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-watchdog"

Mon Jul 12 21:40:21 2021 rev:13 rq:905789 version:2.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-watchdog/python-watchdog.changes  
2021-06-02 22:12:32.412108592 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-watchdog.new.2625/python-watchdog.changes    
    2021-07-12 21:40:50.383823647 +0200
@@ -1,0 +2,6 @@
+Mon Jul 12 07:35:48 UTC 2021 - Antonio Larrosa <alarr...@suse.com>
+
+- Update to v2.1.3
+  * Publish macOS ``arm64`` and ``universal2`` wheels.
+
+-------------------------------------------------------------------

Old:
----
  watchdog-2.1.2.tar.gz

New:
----
  watchdog-2.1.3.tar.gz

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

Other differences:
------------------
++++++ python-watchdog.spec ++++++
--- /var/tmp/diff_new_pack.y9Veia/_old  2021-07-12 21:40:50.791820431 +0200
+++ /var/tmp/diff_new_pack.y9Veia/_new  2021-07-12 21:40:50.791820431 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-watchdog
-Version:        2.1.2
+Version:        2.1.3
 Release:        0
 Summary:        Filesystem events monitoring
 License:        Apache-2.0

++++++ watchdog-2.1.2.tar.gz -> watchdog-2.1.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/watchdog-2.1.2/PKG-INFO new/watchdog-2.1.3/PKG-INFO
--- old/watchdog-2.1.2/PKG-INFO 2021-05-19 10:12:52.481401000 +0200
+++ new/watchdog-2.1.3/PKG-INFO 2021-06-26 15:37:16.638830700 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: watchdog
-Version: 2.1.2
+Version: 2.1.3
 Summary: Filesystem events monitoring
 Home-page: https://github.com/gorakhargosh/watchdog
 Author: Yesudeep Mangalapilly
@@ -316,10 +316,18 @@
         Changelog
         ---------
         
+        2.1.3
+        ~~~~~
+        
+        2021-06-26 ??? `full history 
<https://github.com/gorakhargosh/watchdog/compare/v2.1.2...v2.1.3>`__
+        
+        - Publish macOS ``arm64`` and ``universal2`` wheels. (`#740 
<https://github.com/gorakhargosh/watchdog/pull/740>`_)
+        - Thanks to our beloved contributors: @kainjow, @BoboTiG
+        
         2.1.2
         ~~~~~
         
-        2021-xx-xx ??? `full history 
<https://github.com/gorakhargosh/watchdog/compare/v2.1.2...v2.1.1>`__
+        2021-05-19 ??? `full history 
<https://github.com/gorakhargosh/watchdog/compare/v2.1.1...v2.1.2>`__
         
         - [mac] Fix relative path handling for non-recursive watch. (`#797 
<https://github.com/gorakhargosh/watchdog/pull/797>`_)
         - [windows] On PyPy, events happening right after ``start()`` were 
missed. Add a workaround for that. (`#796 
<https://github.com/gorakhargosh/watchdog/pull/796>`_)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/watchdog-2.1.2/changelog.rst 
new/watchdog-2.1.3/changelog.rst
--- old/watchdog-2.1.2/changelog.rst    2021-05-19 10:12:51.000000000 +0200
+++ new/watchdog-2.1.3/changelog.rst    2021-06-26 15:37:16.000000000 +0200
@@ -3,10 +3,18 @@
 Changelog
 ---------
 
+2.1.3
+~~~~~
+
+2021-06-26 ??? `full history 
<https://github.com/gorakhargosh/watchdog/compare/v2.1.2...v2.1.3>`__
+
+- Publish macOS ``arm64`` and ``universal2`` wheels. (`#740 
<https://github.com/gorakhargosh/watchdog/pull/740>`_)
+- Thanks to our beloved contributors: @kainjow, @BoboTiG
+
 2.1.2
 ~~~~~
 
-2021-xx-xx ??? `full history 
<https://github.com/gorakhargosh/watchdog/compare/v2.1.2...v2.1.1>`__
+2021-05-19 ??? `full history 
<https://github.com/gorakhargosh/watchdog/compare/v2.1.1...v2.1.2>`__
 
 - [mac] Fix relative path handling for non-recursive watch. (`#797 
<https://github.com/gorakhargosh/watchdog/pull/797>`_)
 - [windows] On PyPy, events happening right after ``start()`` were missed. Add 
a workaround for that. (`#796 
<https://github.com/gorakhargosh/watchdog/pull/796>`_)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/watchdog-2.1.2/docs/source/global.rst.inc 
new/watchdog-2.1.3/docs/source/global.rst.inc
--- old/watchdog-2.1.2/docs/source/global.rst.inc       2021-05-19 
10:12:51.000000000 +0200
+++ new/watchdog-2.1.3/docs/source/global.rst.inc       2021-06-26 
15:37:16.000000000 +0200
@@ -4,7 +4,7 @@
 .. |author_email| replace:: yesud...@gmail.com
 .. |copyright| replace:: Copyright 2012 Google, Inc & contributors.
 .. |project_name| replace:: ``watchdog``
-.. |project_version| replace:: 2.1.2
+.. |project_version| replace:: 2.1.3
 
 .. _issue tracker: https://github.com/gorakhargosh/watchdog/issues
 .. _code repository: https://github.com/gorakhargosh/watchdog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/watchdog-2.1.2/src/watchdog/version.py 
new/watchdog-2.1.3/src/watchdog/version.py
--- old/watchdog-2.1.2/src/watchdog/version.py  2021-05-19 10:12:51.000000000 
+0200
+++ new/watchdog-2.1.3/src/watchdog/version.py  2021-06-26 15:37:16.000000000 
+0200
@@ -20,7 +20,7 @@
 # ``docs/source/global.rst.inc`` file as well.
 VERSION_MAJOR = 2
 VERSION_MINOR = 1
-VERSION_BUILD = 2
+VERSION_BUILD = 3
 VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD)
 VERSION_STRING = "%d.%d.%d" % VERSION_INFO
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/watchdog-2.1.2/src/watchdog.egg-info/PKG-INFO 
new/watchdog-2.1.3/src/watchdog.egg-info/PKG-INFO
--- old/watchdog-2.1.2/src/watchdog.egg-info/PKG-INFO   2021-05-19 
10:12:52.000000000 +0200
+++ new/watchdog-2.1.3/src/watchdog.egg-info/PKG-INFO   2021-06-26 
15:37:16.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: watchdog
-Version: 2.1.2
+Version: 2.1.3
 Summary: Filesystem events monitoring
 Home-page: https://github.com/gorakhargosh/watchdog
 Author: Yesudeep Mangalapilly
@@ -316,10 +316,18 @@
         Changelog
         ---------
         
+        2.1.3
+        ~~~~~
+        
+        2021-06-26 ??? `full history 
<https://github.com/gorakhargosh/watchdog/compare/v2.1.2...v2.1.3>`__
+        
+        - Publish macOS ``arm64`` and ``universal2`` wheels. (`#740 
<https://github.com/gorakhargosh/watchdog/pull/740>`_)
+        - Thanks to our beloved contributors: @kainjow, @BoboTiG
+        
         2.1.2
         ~~~~~
         
-        2021-xx-xx ??? `full history 
<https://github.com/gorakhargosh/watchdog/compare/v2.1.2...v2.1.1>`__
+        2021-05-19 ??? `full history 
<https://github.com/gorakhargosh/watchdog/compare/v2.1.1...v2.1.2>`__
         
         - [mac] Fix relative path handling for non-recursive watch. (`#797 
<https://github.com/gorakhargosh/watchdog/pull/797>`_)
         - [windows] On PyPy, events happening right after ``start()`` were 
missed. Add a workaround for that. (`#796 
<https://github.com/gorakhargosh/watchdog/pull/796>`_)

Reply via email to