Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-guessit for openSUSE:Factory 
checked in at 2021-11-20 22:48:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-guessit (Old)
 and      /work/SRC/openSUSE:Factory/.python-guessit.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-guessit"

Sat Nov 20 22:48:01 2021 rev:18 rq:932649 version:3.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-guessit/python-guessit.changes    
2021-11-20 02:40:30.216510217 +0100
+++ /work/SRC/openSUSE:Factory/.python-guessit.new.1895/python-guessit.changes  
2021-11-20 22:48:26.535780308 +0100
@@ -1,0 +2,7 @@
+Sat Nov 20 11:52:09 UTC 2021 - Luigi Baldoni <aloi...@gmx.com>
+
+- Update to version 3.4.3
+  Fix:
+  * setuptools: Drop usage of test_requires and setup_requires 
+
+-------------------------------------------------------------------

Old:
----
  guessit-3.4.2.tar.gz

New:
----
  guessit-3.4.3.tar.gz

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

Other differences:
------------------
++++++ python-guessit.spec ++++++
--- /var/tmp/diff_new_pack.cfssJP/_old  2021-11-20 22:48:27.019778704 +0100
+++ /var/tmp/diff_new_pack.cfssJP/_new  2021-11-20 22:48:27.023778690 +0100
@@ -18,7 +18,7 @@
 
 %define skip_python2 1
 Name:           python-guessit
-Version:        3.4.2
+Version:        3.4.3
 Release:        0
 Summary:        A library for guessing information from video files
 License:        LGPL-3.0-only

++++++ guessit-3.4.2.tar.gz -> guessit-3.4.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guessit-3.4.2/CHANGELOG.md 
new/guessit-3.4.3/CHANGELOG.md
--- old/guessit-3.4.2/CHANGELOG.md      2021-11-08 09:19:18.000000000 +0100
+++ new/guessit-3.4.3/CHANGELOG.md      2021-11-20 12:03:19.000000000 +0100
@@ -3,6 +3,10 @@
 
 <!--next-version-placeholder-->
 
+## v3.4.2 (2021-11-08)
+### Fix
+* **dependencies:** Use babelfish>=0.6.0 
([#711](https://github.com/guessit-io/guessit/issues/711)) 
([`d2c1b01`](https://github.com/guessit-io/guessit/commit/d2c1b010ed0025d62322e681471abe948c923a1d))
+
 ## v3.4.1 (2021-11-05)
 ### Fix
 * **other:** Detect "Open Matte" with non-space separator 
([`b52a9d9`](https://github.com/guessit-io/guessit/commit/b52a9d9f0315af68d41c22772d35488d00c4f04e))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guessit-3.4.2/PKG-INFO new/guessit-3.4.3/PKG-INFO
--- old/guessit-3.4.2/PKG-INFO  2021-11-08 09:19:40.555203700 +0100
+++ new/guessit-3.4.3/PKG-INFO  2021-11-20 12:03:41.171438700 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 2.1
 Name: guessit
-Version: 3.4.2
+Version: 3.4.3
 Summary: GuessIt - a library for guessing information from video filenames.
 Home-page: https://guessit.io
 Author: R??mi Alvergnat
 Author-email: toilal....@gmail.com
 License: LGPLv3
-Download-URL: 
https://pypi.python.org/packages/source/g/guessit/guessit-3.4.2.tar.gz
+Download-URL: 
https://pypi.python.org/packages/source/g/guessit/guessit-3.4.3.tar.gz
 Keywords: python library release parser name filename movies series episodes 
animes
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
@@ -79,6 +79,10 @@
 
 <!--next-version-placeholder-->
 
+## v3.4.2 (2021-11-08)
+### Fix
+* **dependencies:** Use babelfish>=0.6.0 
([#711](https://github.com/guessit-io/guessit/issues/711)) 
([`d2c1b01`](https://github.com/guessit-io/guessit/commit/d2c1b010ed0025d62322e681471abe948c923a1d))
+
 ## v3.4.1 (2021-11-05)
 ### Fix
 * **other:** Detect "Open Matte" with non-space separator 
([`b52a9d9`](https://github.com/guessit-io/guessit/commit/b52a9d9f0315af68d41c22772d35488d00c4f04e))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guessit-3.4.2/guessit/__version__.py 
new/guessit-3.4.3/guessit/__version__.py
--- old/guessit-3.4.2/guessit/__version__.py    2021-11-08 09:19:39.000000000 
+0100
+++ new/guessit-3.4.3/guessit/__version__.py    2021-11-20 12:03:40.000000000 
+0100
@@ -4,4 +4,4 @@
 Version module
 """
 # pragma: no cover
-__version__ = '3.4.2'
+__version__ = '3.4.3'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guessit-3.4.2/guessit.egg-info/PKG-INFO 
new/guessit-3.4.3/guessit.egg-info/PKG-INFO
--- old/guessit-3.4.2/guessit.egg-info/PKG-INFO 2021-11-08 09:19:40.000000000 
+0100
+++ new/guessit-3.4.3/guessit.egg-info/PKG-INFO 2021-11-20 12:03:40.000000000 
+0100
@@ -1,12 +1,12 @@
 Metadata-Version: 2.1
 Name: guessit
-Version: 3.4.2
+Version: 3.4.3
 Summary: GuessIt - a library for guessing information from video filenames.
 Home-page: https://guessit.io
 Author: R??mi Alvergnat
 Author-email: toilal....@gmail.com
 License: LGPLv3
-Download-URL: 
https://pypi.python.org/packages/source/g/guessit/guessit-3.4.2.tar.gz
+Download-URL: 
https://pypi.python.org/packages/source/g/guessit/guessit-3.4.3.tar.gz
 Keywords: python library release parser name filename movies series episodes 
animes
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
@@ -79,6 +79,10 @@
 
 <!--next-version-placeholder-->
 
+## v3.4.2 (2021-11-08)
+### Fix
+* **dependencies:** Use babelfish>=0.6.0 
([#711](https://github.com/guessit-io/guessit/issues/711)) 
([`d2c1b01`](https://github.com/guessit-io/guessit/commit/d2c1b010ed0025d62322e681471abe948c923a1d))
+
 ## v3.4.1 (2021-11-05)
 ### Fix
 * **other:** Detect "Open Matte" with non-space separator 
([`b52a9d9`](https://github.com/guessit-io/guessit/commit/b52a9d9f0315af68d41c22772d35488d00c4f04e))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guessit-3.4.2/setup.cfg new/guessit-3.4.3/setup.cfg
--- old/guessit-3.4.2/setup.cfg 2021-11-08 09:19:40.555203700 +0100
+++ new/guessit-3.4.3/setup.cfg 2021-11-20 12:03:41.171438700 +0100
@@ -5,9 +5,6 @@
 upload_to_pypi_glob_patterns = *.tar.gz,*.whl
 build_command = 
 
-[aliases]
-test = pytest
-
 [check-manifest]
 ignore = 
        docs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guessit-3.4.2/setup.py new/guessit-3.4.3/setup.py
--- old/guessit-3.4.2/setup.py  2021-11-08 09:19:18.000000000 +0100
+++ new/guessit-3.4.3/setup.py  2021-11-20 12:03:19.000000000 +0100
@@ -17,8 +17,6 @@
 
 install_requires = ['rebulk>=3.1.0', 'babelfish>=0.6.0', 'python-dateutil', 
'importlib-resources;python_version<"3.9"']
 
-setup_requires = ['pytest-runner']
-
 dev_require = ['tox', 'mkdocs', 'mkdocs-material', 'pyinstaller', 
'python-semantic-release']
 
 tests_require = ['pytest', 'pytest-mock', 'pytest-benchmark', 'pytest-cov', 
'pylint', 'PyYAML']
@@ -63,8 +61,6 @@
             package_data={'guessit': package_data},
             include_package_data=True,
             install_requires=install_requires,
-            setup_requires=setup_requires,
-            tests_require=tests_require,
             entry_points=entry_points,
             test_suite='guessit.test',
             zip_safe=True,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guessit-3.4.2/tox.ini new/guessit-3.4.3/tox.ini
--- old/guessit-3.4.2/tox.ini   2021-11-08 09:19:18.000000000 +0100
+++ new/guessit-3.4.3/tox.ini   2021-11-20 12:03:19.000000000 +0100
@@ -5,4 +5,4 @@
 commands =
     {envbindir}/pip install -e .[dev,test]
     {envbindir}/pylint guessit
-    {envpython} setup.py test
+    {envbindir}/pytest

Reply via email to