Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-xkcdpass for openSUSE:Factory 
checked in at 2025-02-06 22:04:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xkcdpass (Old)
 and      /work/SRC/openSUSE:Factory/.python-xkcdpass.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-xkcdpass"

Thu Feb  6 22:04:49 2025 rev:11 rq:1243427 version:1.19.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-xkcdpass/python-xkcdpass.changes  
2024-03-15 20:31:19.936194501 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-xkcdpass.new.2316/python-xkcdpass.changes    
    2025-02-06 22:06:24.840561314 +0100
@@ -1,0 +2,7 @@
+Wed Feb  5 11:42:34 UTC 2025 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to 1.19.9
+  * Remove usage of deprecated assertEquals
+- Drop fix-test-assertion-methods.patch, fixed upstream
+
+-------------------------------------------------------------------

Old:
----
  fix-test-assertion-methods.patch
  xkcdpass-1.19.8.tar.gz

New:
----
  xkcdpass-1.19.9.tar.gz

BETA DEBUG BEGIN:
  Old:  * Remove usage of deprecated assertEquals
- Drop fix-test-assertion-methods.patch, fixed upstream
BETA DEBUG END:

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

Other differences:
------------------
++++++ python-xkcdpass.spec ++++++
--- /var/tmp/diff_new_pack.LdXYOA/_old  2025-02-06 22:06:25.476587523 +0100
+++ /var/tmp/diff_new_pack.LdXYOA/_new  2025-02-06 22:06:25.480587688 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-xkcdpass
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,12 @@
 
 
 Name:           python-xkcdpass
-Version:        1.19.8
+Version:        1.19.9
 Release:        0
 Summary:        A flexible and scriptable password generator which generates 
strong passphrases
 License:        BSD-3-Clause
 URL:            https://github.com/redacted/XKCD-password-generator
 Source:         
https://files.pythonhosted.org/packages/source/x/xkcdpass/xkcdpass-%{version}.tar.gz
-Patch0:         fix-test-assertion-methods.patch
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}

++++++ xkcdpass-1.19.8.tar.gz -> xkcdpass-1.19.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xkcdpass-1.19.8/PKG-INFO new/xkcdpass-1.19.9/PKG-INFO
--- old/xkcdpass-1.19.8/PKG-INFO        2023-11-27 01:51:02.230449700 +0100
+++ new/xkcdpass-1.19.9/PKG-INFO        2024-04-01 15:50:31.524168000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: xkcdpass
-Version: 1.19.8
+Version: 1.19.9
 Summary: Generate secure multiword passwords/passphrases, inspired by XKCD
 Home-page: https://github.com/redacted/XKCD-password-generator
 Author: Steven Tobin
@@ -219,6 +219,7 @@
 
 Changelog
 =========
+- **1.19.9** Remove usage of deprecated `assertEquals` in tests
 - **1.19.8** Enables `python -m xkcdpass` usage
 - **1.19.7** Adds Swedish wordlist, improvements to test suite, improvements 
to setup.py (excludes examples from install) 
 - **1.19.6** Fixes randomly failing unit test
@@ -237,7 +238,6 @@
 - **1.17.2** Compatibility fix for 2.x/3.x 
 - **1.17.1** Fix issue with README and unicode encoding
 - **1.17.0** Add French, Norwegian, and Portuguese dictionaries. Bugfixes and 
improvements to tests (WIP).
-- **1.16.5** Adds title case option for `--case`
 
 License
 =======
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xkcdpass-1.19.8/README.rst 
new/xkcdpass-1.19.9/README.rst
--- old/xkcdpass-1.19.8/README.rst      2023-11-27 01:50:08.000000000 +0100
+++ new/xkcdpass-1.19.9/README.rst      2024-04-01 15:49:40.000000000 +0200
@@ -195,6 +195,7 @@
 
 Changelog
 =========
+- **1.19.9** Remove usage of deprecated `assertEquals` in tests
 - **1.19.8** Enables `python -m xkcdpass` usage
 - **1.19.7** Adds Swedish wordlist, improvements to test suite, improvements 
to setup.py (excludes examples from install) 
 - **1.19.6** Fixes randomly failing unit test
@@ -213,7 +214,6 @@
 - **1.17.2** Compatibility fix for 2.x/3.x 
 - **1.17.1** Fix issue with README and unicode encoding
 - **1.17.0** Add French, Norwegian, and Portuguese dictionaries. Bugfixes and 
improvements to tests (WIP).
-- **1.16.5** Adds title case option for `--case`
 
 License
 =======
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xkcdpass-1.19.8/setup.py new/xkcdpass-1.19.9/setup.py
--- old/xkcdpass-1.19.8/setup.py        2023-11-27 01:49:03.000000000 +0100
+++ new/xkcdpass-1.19.9/setup.py        2024-04-01 15:49:04.000000000 +0200
@@ -4,7 +4,7 @@
 
 setup(
     name='xkcdpass',
-    version='1.19.8',
+    version='1.19.9',
     author='Steven Tobin',
     author_email='steventto...@gmail.com',
     url='https://github.com/redacted/XKCD-password-generator',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xkcdpass-1.19.8/tests/test_xkcdpass.py 
new/xkcdpass-1.19.9/tests/test_xkcdpass.py
--- old/xkcdpass-1.19.8/tests/test_xkcdpass.py  2023-11-21 00:01:34.000000000 
+0100
+++ new/xkcdpass-1.19.9/tests/test_xkcdpass.py  2024-04-01 15:48:20.000000000 
+0200
@@ -58,7 +58,7 @@
             wordlist, numwords=numwords, random_delimiters=True
         )
         # check that the result is the right length
-        self.assertEquals(len(result), numwords * wordlength + (numwords - 1))
+        self.assertEqual(len(result), numwords * wordlength + (numwords - 1))
         # check we have the right number of delimiters
         self.assertEqual(
             len([x for x in result if x in 
set(xkcd_password.DEFAULT_DELIMITERS)]),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xkcdpass-1.19.8/xkcdpass.egg-info/PKG-INFO 
new/xkcdpass-1.19.9/xkcdpass.egg-info/PKG-INFO
--- old/xkcdpass-1.19.8/xkcdpass.egg-info/PKG-INFO      2023-11-27 
01:51:02.000000000 +0100
+++ new/xkcdpass-1.19.9/xkcdpass.egg-info/PKG-INFO      2024-04-01 
15:50:31.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: xkcdpass
-Version: 1.19.8
+Version: 1.19.9
 Summary: Generate secure multiword passwords/passphrases, inspired by XKCD
 Home-page: https://github.com/redacted/XKCD-password-generator
 Author: Steven Tobin
@@ -219,6 +219,7 @@
 
 Changelog
 =========
+- **1.19.9** Remove usage of deprecated `assertEquals` in tests
 - **1.19.8** Enables `python -m xkcdpass` usage
 - **1.19.7** Adds Swedish wordlist, improvements to test suite, improvements 
to setup.py (excludes examples from install) 
 - **1.19.6** Fixes randomly failing unit test
@@ -237,7 +238,6 @@
 - **1.17.2** Compatibility fix for 2.x/3.x 
 - **1.17.1** Fix issue with README and unicode encoding
 - **1.17.0** Add French, Norwegian, and Portuguese dictionaries. Bugfixes and 
improvements to tests (WIP).
-- **1.16.5** Adds title case option for `--case`
 
 License
 =======

Reply via email to