Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Faker for openSUSE:Factory 
checked in at 2022-10-12 18:25:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Faker (Old)
 and      /work/SRC/openSUSE:Factory/.python-Faker.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Faker"

Wed Oct 12 18:25:58 2022 rev:31 rq:1010156 version:14.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Faker/python-Faker.changes        
2022-09-23 14:15:50.946068753 +0200
+++ /work/SRC/openSUSE:Factory/.python-Faker.new.2275/python-Faker.changes      
2022-10-12 18:27:42.934089285 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 23:18:26 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com>
+
+- Update to version v14.2.1 - 2022-10-11
+  * Fix misspelled first name in da_DK locale. Thanks @filson1.
+
+-------------------------------------------------------------------

Old:
----
  Faker-14.2.0.tar.gz

New:
----
  Faker-14.2.1.tar.gz

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

Other differences:
------------------
++++++ python-Faker.spec ++++++
--- /var/tmp/diff_new_pack.HmqM6I/_old  2022-10-12 18:27:43.338090174 +0200
+++ /var/tmp/diff_new_pack.HmqM6I/_new  2022-10-12 18:27:43.342090182 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %global skip_python2 1
 Name:           python-Faker
-Version:        14.2.0
+Version:        14.2.1
 Release:        0
 Summary:        Python package that generates fake data
 License:        MIT

++++++ Faker-14.2.0.tar.gz -> Faker-14.2.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Faker-14.2.0/CHANGELOG.md 
new/Faker-14.2.1/CHANGELOG.md
--- old/Faker-14.2.0/CHANGELOG.md       2022-08-31 19:21:24.000000000 +0200
+++ new/Faker-14.2.1/CHANGELOG.md       2022-09-22 18:21:05.000000000 +0200
@@ -1,5 +1,9 @@
 ## Changelog
 
+### [v14.2.1 - 
2022-09-22](https://github.com/joke2k/faker/compare/v14.2.0...v14.2.1)
+
+* Fix misspelled first name in `da_DK` locale. Thanks @filson1.
+
 ### [v14.2.0 - 
2022-08-31](https://github.com/joke2k/faker/compare/v14.1.2...v14.2.0)
 
 * Add support for prefix and suffix to `pystr` provider.Thanks @stefan6419846.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Faker-14.2.0/Faker.egg-info/PKG-INFO 
new/Faker-14.2.1/Faker.egg-info/PKG-INFO
--- old/Faker-14.2.0/Faker.egg-info/PKG-INFO    2022-08-31 19:21:51.000000000 
+0200
+++ new/Faker-14.2.1/Faker.egg-info/PKG-INFO    2022-09-22 18:33:25.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Faker
-Version: 14.2.0
+Version: 14.2.1
 Summary: Faker is a Python package that generates fake data for you.
 Home-page: https://github.com/joke2k/faker
 Author: joke2k
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Faker-14.2.0/PKG-INFO new/Faker-14.2.1/PKG-INFO
--- old/Faker-14.2.0/PKG-INFO   2022-08-31 19:21:52.986479500 +0200
+++ new/Faker-14.2.1/PKG-INFO   2022-09-22 18:33:26.848129700 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Faker
-Version: 14.2.0
+Version: 14.2.1
 Summary: Faker is a Python package that generates fake data for you.
 Home-page: https://github.com/joke2k/faker
 Author: joke2k
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Faker-14.2.0/VERSION new/Faker-14.2.1/VERSION
--- old/Faker-14.2.0/VERSION    2022-08-31 19:21:39.000000000 +0200
+++ new/Faker-14.2.1/VERSION    2022-09-22 18:21:51.000000000 +0200
@@ -1 +1 @@
-14.2.0
+14.2.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Faker-14.2.0/faker/__init__.py 
new/Faker-14.2.1/faker/__init__.py
--- old/Faker-14.2.0/faker/__init__.py  2022-08-31 19:21:39.000000000 +0200
+++ new/Faker-14.2.1/faker/__init__.py  2022-09-22 18:21:51.000000000 +0200
@@ -2,6 +2,6 @@
 from faker.generator import Generator
 from faker.proxy import Faker
 
-VERSION = "14.2.0"
+VERSION = "14.2.1"
 
 __all__ = ("Factory", "Generator", "Faker")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Faker-14.2.0/faker/providers/person/da_DK/__init__.py 
new/Faker-14.2.1/faker/providers/person/da_DK/__init__.py
--- old/Faker-14.2.0/faker/providers/person/da_DK/__init__.py   2022-03-07 
21:04:57.000000000 +0100
+++ new/Faker-14.2.1/faker/providers/person/da_DK/__init__.py   2022-09-22 
18:20:04.000000000 +0200
@@ -34,7 +34,7 @@
         "Anton",
         "Arne",
         "Asger",
-        "ugust",
+        "August",
         "Benjamin",
         "Benny",
         "Bent",

Reply via email to