Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-attrs for openSUSE:Factory 
checked in at 2024-11-07 16:23:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-attrs (Old)
 and      /work/SRC/openSUSE:Factory/.python-attrs.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-attrs"

Thu Nov  7 16:23:48 2024 rev:25 rq:1221445 version:24.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-attrs/python-attrs.changes        
2024-05-21 18:34:45.610704475 +0200
+++ /work/SRC/openSUSE:Factory/.python-attrs.new.2020/python-attrs.changes      
2024-11-07 16:23:49.664764280 +0100
@@ -1,0 +2,21 @@
+Tue Nov  5 13:03:04 UTC 2024 - Matej Cepl <[email protected]>
+
+- Upgrade to 24.2.0:
+  - Big releases always carry the risk of regressions, but never
+    did I expect to break Python 3.14’s CI! On the plus side,
+    attrs runs on 3.14 now.
+- Upgrade to 24.1.0:
+  - The most notable is probably the possibility to receive self
+    and field definitions in your converters by wrapping them
+    into a attrs.Converter.
+  - The other big thing is our own replacement
+    for __init_subclass__ called (you guessed it)
+    __attrs_init_subclass__. Check out the docs, if you're not
+    sure what this is good for.
+  - Finally, we've made more important steps to promote our "new"
+    APIs (can you believe they're 4 years old!?) in the docs. If
+    we missed anything, please let us know.
+- Remove upstreamed patch:
+  - pytest8.patch
+
+-------------------------------------------------------------------

Old:
----
  attrs-23.2.0.tar.gz
  pytest8.patch

New:
----
  attrs-24.2.0.tar.gz

BETA DEBUG BEGIN:
  Old:- Remove upstreamed patch:
  - pytest8.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ python-attrs.spec ++++++
--- /var/tmp/diff_new_pack.33Da5t/_old  2024-11-07 16:23:51.812853426 +0100
+++ /var/tmp/diff_new_pack.33Da5t/_new  2024-11-07 16:23:51.820853757 +0100
@@ -26,15 +26,13 @@
 %endif
 %{?sle15_python_module_pythons}
 Name:           python-attrs%{psuffix}
-Version:        23.2.0
+Version:        24.2.0
 Release:        0
 Summary:        Attributes without boilerplate
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/hynek/attrs/
 Source:         
https://files.pythonhosted.org/packages/source/a/attrs/attrs-%{version}.tar.gz
-#PATCH-FIX-UPSTREAM https://github.com/python-attrs/attrs/pull/1249 Remove 
pytest.deprecated_call() in TestAssoc::test_unknown
-Patch:          pytest8.patch
 BuildRequires:  %{python_module hatch-fancy-pypi-readme}
 BuildRequires:  %{python_module hatch-vcs}
 BuildRequires:  %{python_module hatchling}
@@ -92,7 +90,8 @@
 %files %{python_files}
 %license LICENSE
 %doc CHANGELOG.md README.md
-%{python_sitelib}/attr*
+%{python_sitelib}/attr
+%{python_sitelib}/attrs
 %{python_sitelib}/attrs-%{version}*-info
 %endif
 

++++++ attrs-23.2.0.tar.gz -> attrs-24.2.0.tar.gz ++++++
++++ 9613 lines of diff (skipped)

Reply via email to