From 8a6ce618ea3b4073209df365bcaaef3c02ae6f1863d027de2bf54ee6697b626a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= <adrian@suse.de>
Date: Fri, 13 Dec 2024 11:36:26 +0100
Subject: [PATCH] Sync from SUSE:SLFO:Main python-jaraco.classes revision
 9f8fa4563a16941c9e6eb203233b62d8

---
 jaraco.classes-3.2.3.tar.gz   |  3 ---
 jaraco.classes-3.4.0.tar.gz   |  3 +++
 python-jaraco.classes.changes | 18 ++++++++++++++++++
 python-jaraco.classes.spec    | 10 +++++-----
 4 files changed, 26 insertions(+), 8 deletions(-)
 delete mode 100644 jaraco.classes-3.2.3.tar.gz
 create mode 100644 jaraco.classes-3.4.0.tar.gz

diff --git a/jaraco.classes-3.2.3.tar.gz b/jaraco.classes-3.2.3.tar.gz
deleted file mode 100644
index 9d48ff4..0000000
--- a/jaraco.classes-3.2.3.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:89559fa5c1d3c34eff6f631ad80bb21f378dbcbb35dd161fd2c6b93f5be2f98a
-size 9416
diff --git a/jaraco.classes-3.4.0.tar.gz b/jaraco.classes-3.4.0.tar.gz
new file mode 100644
index 0000000..83f8765
--- /dev/null
+++ b/jaraco.classes-3.4.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:47a024b51d0239c0dd8c8540c6c7f484be3b8fcf0b2d85c13825780d3b3f3acd
+size 11780
diff --git a/python-jaraco.classes.changes b/python-jaraco.classes.changes
index e062e5b..04212f9 100644
--- a/python-jaraco.classes.changes
+++ b/python-jaraco.classes.changes
@@ -1,3 +1,21 @@
+-------------------------------------------------------------------
+Wed Apr  3 14:19:14 UTC 2024 - Dirk Müller <dmueller@suse.com>
+
+- update to 3.4.0:
+  * Better type hints for NonDataProperty.
+
+-------------------------------------------------------------------
+Sat Mar 16 08:33:07 UTC 2024 - Dirk Müller <dmueller@suse.com>
+
+- update to 3.3.1:
+  * No significant changes.
+
+-------------------------------------------------------------------
+Fri Jan  5 15:57:20 UTC 2024 - Dirk Müller <dmueller@suse.com>
+
+- update to 3.3.0:
+  * Features - Require Python 3.8 or later.
+
 -------------------------------------------------------------------
 Fri Apr 21 12:27:15 UTC 2023 - Dirk Müller <dmueller@suse.com>
 
diff --git a/python-jaraco.classes.spec b/python-jaraco.classes.spec
index d2c2da2..6b26427 100644
--- a/python-jaraco.classes.spec
+++ b/python-jaraco.classes.spec
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jaraco.classes
 #
-# 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,13 +18,13 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-jaraco.classes
-Version:        3.2.3
+Version:        3.4.0
 Release:        0
 Summary:        Tools to work with classes
 License:        MIT
 URL:            https://github.com/jaraco/jaraco.classes
 Source0:        https://files.pythonhosted.org/packages/source/j/jaraco.classes/jaraco.classes-%{version}.tar.gz
-BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module base >= 3.8}
 BuildRequires:  %{python_module more-itertools}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
@@ -55,9 +55,9 @@ jaraco.classes Tools for working with classes.
 
 %files %{python_files}
 %license LICENSE
-%doc docs/*.rst README.rst CHANGES.rst
+%doc docs/*.rst README.rst NEWS.rst
 %dir %{python_sitelib}/jaraco
 %{python_sitelib}/jaraco/classes
-%{python_sitelib}/jaraco.classes-%{version}*-info
+%{python_sitelib}/jaraco.classes-%{version}.dist-info
 
 %changelog