commit python-idna for openSUSE:Factory

2024-04-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-idna for openSUSE:Factory 
checked in at 2024-04-18 22:08:01

Comparing /work/SRC/openSUSE:Factory/python-idna (Old)
 and  /work/SRC/openSUSE:Factory/.python-idna.new.26366 (New)


Package is "python-idna"

Thu Apr 18 22:08:01 2024 rev:17 rq:1168783 version:3.7

Changes:

--- /work/SRC/openSUSE:Factory/python-idna/python-idna.changes  2023-11-28 
22:18:30.363803737 +0100
+++ /work/SRC/openSUSE:Factory/.python-idna.new.26366/python-idna.changes   
2024-04-18 22:08:03.155440923 +0200
@@ -1,0 +2,7 @@
+Thu Apr 18 07:30:37 UTC 2024 - Daniel Garcia 
+
+- update to 3.7 (bsc#1222842, CVE-2024-3651):
+  * Fix issue where specially crafted inputs to encode() could take
+exceptionally long amount of time to process. [CVE-2024-3651]
+
+---

Old:

  idna-3.6.tar.gz

New:

  idna-3.7.tar.gz



Other differences:
--
++ python-idna.spec ++
--- /var/tmp/diff_new_pack.YFblfq/_old  2024-04-18 22:08:04.047473704 +0200
+++ /var/tmp/diff_new_pack.YFblfq/_new  2024-04-18 22:08:04.051473851 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-idna
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:   python-idna
-Version:3.6
+Version:3.7
 Release:0
 Summary:Internationalized Domain Names in Applications (IDNA)
 License:BSD-3-Clause
@@ -46,7 +46,7 @@
 library but currently only supports the older 2003 specification.
 
 %prep
-%setup -q -n idna-%{version}
+%autosetup -p1 -n idna-%{version}
 
 %build
 %pyproject_wheel
@@ -61,5 +61,6 @@
 %files %{python_files}
 %license LICENSE.md
 %doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/idna
+%{python_sitelib}/idna-%{version}*-info
 

++ idna-3.6.tar.gz -> idna-3.7.tar.gz ++
 3429 lines of diff (skipped)


commit python-idna for openSUSE:Factory

2023-04-22 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-idna for openSUSE:Factory 
checked in at 2023-04-22 22:00:29

Comparing /work/SRC/openSUSE:Factory/python-idna (Old)
 and  /work/SRC/openSUSE:Factory/.python-idna.new.1533 (New)


Package is "python-idna"

Sat Apr 22 22:00:29 2023 rev:15 rq:1081889 version:3.4

Changes:

--- /work/SRC/openSUSE:Factory/python-idna/python-idna.changes  2022-09-18 
17:32:14.317773720 +0200
+++ /work/SRC/openSUSE:Factory/.python-idna.new.1533/python-idna.changes
2023-04-22 22:01:24.205554716 +0200
@@ -1,0 +2,10 @@
+Fri Apr 21 12:26:39 UTC 2023 - Dirk Müller 
+
+- add sle15_python_module_pythons (jsc#PED-68)
+
+---
+Thu Apr 13 22:41:59 UTC 2023 - Matej Cepl 
+
+- Make calling of %{sle15modernpython} optional.
+
+---



Other differences:
--
++ python-idna.spec ++
--- /var/tmp/diff_new_pack.OTVT95/_old  2023-04-22 22:01:24.653557394 +0200
+++ /var/tmp/diff_new_pack.OTVT95/_new  2023-04-22 22:01:24.657557419 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-idna
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,6 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global skip_python2 1
+%{?sle15_python_module_pythons}
 Name:   python-idna
 Version:3.4
 Release:0


commit python-idna for openSUSE:Factory

2022-09-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-idna for openSUSE:Factory 
checked in at 2022-09-18 17:32:11

Comparing /work/SRC/openSUSE:Factory/python-idna (Old)
 and  /work/SRC/openSUSE:Factory/.python-idna.new.2083 (New)


Package is "python-idna"

Sun Sep 18 17:32:11 2022 rev:14 rq:1004262 version:3.4

Changes:

--- /work/SRC/openSUSE:Factory/python-idna/python-idna.changes  2022-07-05 
12:27:29.233871573 +0200
+++ /work/SRC/openSUSE:Factory/.python-idna.new.2083/python-idna.changes
2022-09-18 17:32:14.317773720 +0200
@@ -1,0 +2,11 @@
+Fri Sep 16 18:24:43 UTC 2022 - Dirk M??ller 
+
+- update to 3.4:
+  * Update to Unicode 15.0.0
+  * Migrate to pyproject.toml for build information (PEP 621)
+  * Correct another instance where generic exception was raised instead of
+IDNAError for malformed input
+  * Source distribution uses zeroized file ownership for improved
+reproducibility
+
+---

Old:

  idna-3.3.tar.gz

New:

  idna-3.4.tar.gz



Other differences:
--
++ python-idna.spec ++
--- /var/tmp/diff_new_pack.2CYiaO/_old  2022-09-18 17:32:14.793775109 +0200
+++ /var/tmp/diff_new_pack.2CYiaO/_new  2022-09-18 17:32:14.797775121 +0200
@@ -19,14 +19,17 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global skip_python2 1
 Name:   python-idna
-Version:3.3
+Version:3.4
 Release:0
 Summary:Internationalized Domain Names in Applications (IDNA)
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 URL:https://github.com/kjd/idna
 Source0:
https://files.pythonhosted.org/packages/source/i/idna/idna-%{version}.tar.gz
+BuildRequires:  %{python_module flit-core}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros >= 20220106.80d3756
 BuildArch:  noarch
@@ -47,10 +50,10 @@
 %setup -q -n idna-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check

++ idna-3.3.tar.gz -> idna-3.4.tar.gz ++
 12868 lines of diff (skipped)


commit python-idna for openSUSE:Factory

2022-07-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-idna for openSUSE:Factory 
checked in at 2022-07-05 12:27:22

Comparing /work/SRC/openSUSE:Factory/python-idna (Old)
 and  /work/SRC/openSUSE:Factory/.python-idna.new.1548 (New)


Package is "python-idna"

Tue Jul  5 12:27:22 2022 rev:13 rq:986597 version:3.3

Changes:

--- /work/SRC/openSUSE:Factory/python-idna/python-idna.changes  2021-10-20 
20:24:12.997375568 +0200
+++ /work/SRC/openSUSE:Factory/.python-idna.new.1548/python-idna.changes
2022-07-05 12:27:29.233871573 +0200
@@ -1,0 +2,6 @@
+Thu Jun 30 19:18:55 UTC 2022 - Johannes Kastl 
+
+- add version constraint for python-rpm-macros >= 20220106.80d3756,
+  otherwise this fails to build on 15.3 at '%pyunittest discover -v'
+
+---



Other differences:
--
++ python-idna.spec ++
--- /var/tmp/diff_new_pack.uZkKlp/_old  2022-07-05 12:27:29.625872147 +0200
+++ /var/tmp/diff_new_pack.uZkKlp/_new  2022-07-05 12:27:29.629872152 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-idna
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
 Source0:
https://files.pythonhosted.org/packages/source/i/idna/idna-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
+BuildRequires:  python-rpm-macros >= 20220106.80d3756
 BuildArch:  noarch
 %python_subpackages
 


commit python-idna for openSUSE:Factory

2021-10-20 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-idna for openSUSE:Factory 
checked in at 2021-10-20 20:23:27

Comparing /work/SRC/openSUSE:Factory/python-idna (Old)
 and  /work/SRC/openSUSE:Factory/.python-idna.new.1890 (New)


Package is "python-idna"

Wed Oct 20 20:23:27 2021 rev:12 rq:925735 version:3.3

Changes:

--- /work/SRC/openSUSE:Factory/python-idna/python-idna.changes  2021-06-11 
22:30:20.682095966 +0200
+++ /work/SRC/openSUSE:Factory/.python-idna.new.1890/python-idna.changes
2021-10-20 20:24:12.997375568 +0200
@@ -1,0 +2,11 @@
+Sat Oct 16 19:16:51 UTC 2021 - Dirk M??ller 
+
+- update to 3.3:
+  - Update to Unicode 14.0.0
+  - Update to in-line type annotations
+  - Throw IDNAError exception correctly for some malformed input
+  - Advertise support for Python 3.10
+  - Improve testing regime on Github
+  - Fix Russian typo in documentation
+
+---

Old:

  idna-3.2.tar.gz

New:

  idna-3.3.tar.gz



Other differences:
--
++ python-idna.spec ++
--- /var/tmp/diff_new_pack.zCCMxS/_old  2021-10-20 20:24:13.553375912 +0200
+++ /var/tmp/diff_new_pack.zCCMxS/_new  2021-10-20 20:24:13.557375914 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global skip_python2 1
 Name:   python-idna
-Version:3.2
+Version:3.3
 Release:0
 Summary:Internationalized Domain Names in Applications (IDNA)
 License:BSD-3-Clause

++ idna-3.2.tar.gz -> idna-3.3.tar.gz ++
 8899 lines of diff (skipped)


commit python-idna for openSUSE:Factory

2021-06-01 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-idna for openSUSE:Factory 
checked in at 2021-06-01 10:34:19

Comparing /work/SRC/openSUSE:Factory/python-idna (Old)
 and  /work/SRC/openSUSE:Factory/.python-idna.new.1898 (New)


Package is "python-idna"

Tue Jun  1 10:34:19 2021 rev:10 rq:895758 version:3.1

Changes:

--- /work/SRC/openSUSE:Factory/python-idna/python-idna.changes  2021-02-16 
22:33:47.669439907 +0100
+++ /work/SRC/openSUSE:Factory/.python-idna.new.1898/python-idna.changes
2021-06-01 10:34:28.440507843 +0200
@@ -1,0 +2,5 @@
+Wed May 26 06:42:07 UTC 2021 - pgaj...@suse.com
+
+- %check: use %pyunittest rpm macro
+
+---



Other differences:
--
++ python-idna.spec ++
--- /var/tmp/diff_new_pack.tX4qLc/_old  2021-06-01 10:34:28.828508505 +0200
+++ /var/tmp/diff_new_pack.tX4qLc/_new  2021-06-01 10:34:28.832508511 +0200
@@ -54,7 +54,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%pyunittest discover -v
 
 %files %{python_files}
 %license LICENSE.md


commit python-idna for openSUSE:Factory

2021-02-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-idna for openSUSE:Factory 
checked in at 2021-02-16 22:33:47

Comparing /work/SRC/openSUSE:Factory/python-idna (Old)
 and  /work/SRC/openSUSE:Factory/.python-idna.new.28504 (New)


Package is "python-idna"

Tue Feb 16 22:33:47 2021 rev:9 rq:868498 version:3.1

Changes:

--- /work/SRC/openSUSE:Factory/python-idna/python-idna.changes  2020-07-21 
15:41:44.759633814 +0200
+++ /work/SRC/openSUSE:Factory/.python-idna.new.28504/python-idna.changes   
2021-02-16 22:33:47.669439907 +0100
@@ -1,0 +2,11 @@
+Tue Feb  2 00:46:47 UTC 2021 - Dirk M??ller 
+
+- update to 3.1:
+  - Ensure license is included in package (Thanks, Julien Schueller)
+  - No longer mark wheel has universal (Thanks, Matthieu Darbois)
+  - Test on PowerPC using Travis CI
+  - Python 2 is no longer supported (the 2.x branch supports Python 2,
+use "idna<3" in your requirements file if you need Python 2 support)
+  - Support for V2 UTS 46 test vectors.
+
+---

Old:

  idna-2.10.tar.gz

New:

  idna-3.1.tar.gz



Other differences:
--
++ python-idna.spec ++
--- /var/tmp/diff_new_pack.VjSwhM/_old  2021-02-16 22:33:48.221440663 +0100
+++ /var/tmp/diff_new_pack.VjSwhM/_new  2021-02-16 22:33:48.229440674 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-idna
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%global skip_python2 1
 Name:   python-idna
-Version:2.10
+Version:3.1
 Release:0
 Summary:Internationalized Domain Names in Applications (IDNA)
 License:BSD-3-Clause
@@ -56,7 +57,7 @@
 %python_exec setup.py test
 
 %files %{python_files}
-%license LICENSE.rst
+%license LICENSE.md
 %doc HISTORY.rst README.rst
 %{python_sitelib}/*
 

++ idna-2.10.tar.gz -> idna-3.1.tar.gz ++
 21487 lines of diff (skipped)