Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-emoji for openSUSE:Factory 
checked in at 2024-05-22 21:31:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-emoji (Old)
 and      /work/SRC/openSUSE:Factory/.python-emoji.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-emoji"

Wed May 22 21:31:56 2024 rev:30 rq:1175699 version:2.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-emoji/python-emoji.changes        
2024-05-21 18:36:15.645986744 +0200
+++ /work/SRC/openSUSE:Factory/.python-emoji.new.1880/python-emoji.changes      
2024-05-22 21:32:22.773765307 +0200
@@ -1,0 +2,6 @@
+Mon May 20 20:49:52 UTC 2024 - Matthias Bach <[email protected]> - 2.21.1
+
+- Update to 2.12.1
+  * Require version 4.7.0+ of typing-extensions
+
+-------------------------------------------------------------------

Old:
----
  emoji-2.12.0.tar.gz

New:
----
  emoji-2.12.1.tar.gz

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

Other differences:
------------------
++++++ python-emoji.spec ++++++
--- /var/tmp/diff_new_pack.R1gSR4/_old  2024-05-22 21:32:23.385787692 +0200
+++ /var/tmp/diff_new_pack.R1gSR4/_new  2024-05-22 21:32:23.385787692 +0200
@@ -19,7 +19,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-emoji
-Version:        2.12.0
+Version:        2.12.1
 Release:        0
 Summary:        Emoji for Python
 License:        BSD-3-Clause
@@ -29,11 +29,11 @@
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module typing_extensions}
+BuildRequires:  %{python_module typing_extensions >= 4.7.0}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-typing_extensions
+Requires:       python-typing_extensions >= 4.7.0
 BuildArch:      noarch
 %python_subpackages
 

++++++ emoji-2.12.0.tar.gz -> emoji-2.12.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/emoji-2.12.0/CHANGES.md new/emoji-2.12.1/CHANGES.md
--- old/emoji-2.12.0/CHANGES.md 2024-05-20 08:58:35.000000000 +0200
+++ new/emoji-2.12.1/CHANGES.md 2024-05-20 12:49:13.000000000 +0200
@@ -1,6 +1,10 @@
 emoji
 =====
 
+v2.12.1 (2024-05-20)
+-----
+* `typing-extensions` requires at least version `4.7.0` #297
+
 v2.12.0 (2024-05-19)
 -----
 * Move type annotations inline
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/emoji-2.12.0/PKG-INFO new/emoji-2.12.1/PKG-INFO
--- old/emoji-2.12.0/PKG-INFO   2024-05-20 08:58:41.332090000 +0200
+++ new/emoji-2.12.1/PKG-INFO   2024-05-20 12:49:18.637866300 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: emoji
-Version: 2.12.0
+Version: 2.12.1
 Summary: Emoji for Python
 Author-email: Taehoon Kim <[email protected]>, Kevin Wurster 
<[email protected]>
 Project-URL: homepage, https://github.com/carpedm20/emoji/
@@ -27,7 +27,7 @@
 Requires-Python: >=3.7
 Description-Content-Type: text/x-rst
 License-File: LICENSE.txt
-Requires-Dist: typing_extensions
+Requires-Dist: typing_extensions>=4.7.0
 Provides-Extra: dev
 Requires-Dist: pytest>=7.4.4; extra == "dev"
 Requires-Dist: coverage; extra == "dev"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/emoji-2.12.0/emoji/__init__.py 
new/emoji-2.12.1/emoji/__init__.py
--- old/emoji-2.12.0/emoji/__init__.py  2024-05-20 08:58:35.000000000 +0200
+++ new/emoji-2.12.1/emoji/__init__.py  2024-05-20 12:49:13.000000000 +0200
@@ -8,7 +8,7 @@
     'EMOJI_DATA', 'STATUS', 'LANGUAGES',
 ]
 
-__version__ = '2.12.0'
+__version__ = '2.12.1'
 __author__ = 'Taehoon Kim, Kevin Wurster'
 __email__ = '[email protected]'
 # and [email protected], [email protected]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/emoji-2.12.0/emoji.egg-info/PKG-INFO 
new/emoji-2.12.1/emoji.egg-info/PKG-INFO
--- old/emoji-2.12.0/emoji.egg-info/PKG-INFO    2024-05-20 08:58:41.000000000 
+0200
+++ new/emoji-2.12.1/emoji.egg-info/PKG-INFO    2024-05-20 12:49:18.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: emoji
-Version: 2.12.0
+Version: 2.12.1
 Summary: Emoji for Python
 Author-email: Taehoon Kim <[email protected]>, Kevin Wurster 
<[email protected]>
 Project-URL: homepage, https://github.com/carpedm20/emoji/
@@ -27,7 +27,7 @@
 Requires-Python: >=3.7
 Description-Content-Type: text/x-rst
 License-File: LICENSE.txt
-Requires-Dist: typing_extensions
+Requires-Dist: typing_extensions>=4.7.0
 Provides-Extra: dev
 Requires-Dist: pytest>=7.4.4; extra == "dev"
 Requires-Dist: coverage; extra == "dev"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/emoji-2.12.0/emoji.egg-info/requires.txt 
new/emoji-2.12.1/emoji.egg-info/requires.txt
--- old/emoji-2.12.0/emoji.egg-info/requires.txt        2024-05-20 
08:58:41.000000000 +0200
+++ new/emoji-2.12.1/emoji.egg-info/requires.txt        2024-05-20 
12:49:18.000000000 +0200
@@ -1,4 +1,4 @@
-typing_extensions
+typing_extensions>=4.7.0
 
 [dev]
 pytest>=7.4.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/emoji-2.12.0/pyproject.toml 
new/emoji-2.12.1/pyproject.toml
--- old/emoji-2.12.0/pyproject.toml     2024-05-20 08:58:35.000000000 +0200
+++ new/emoji-2.12.1/pyproject.toml     2024-05-20 12:49:13.000000000 +0200
@@ -33,7 +33,7 @@
     "Typing :: Typed"
 ]
 dependencies = [
-    "typing_extensions",
+    "typing_extensions >= 4.7.0",
 ]
 dynamic = ["version"]
 

Reply via email to