Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-javaproperties for 
openSUSE:Factory checked in at 2023-04-04 21:26:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-javaproperties (Old)
 and      /work/SRC/openSUSE:Factory/.python-javaproperties.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-javaproperties"

Tue Apr  4 21:26:39 2023 rev:3 rq:1077169 version:0.8.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-javaproperties/python-javaproperties.changes  
    2020-04-18 00:32:10.722269524 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-javaproperties.new.19717/python-javaproperties.changes
   2023-04-04 21:26:49.191372693 +0200
@@ -1,0 +2,26 @@
+Mon Apr  3 09:02:47 UTC 2023 - pgaj...@suse.com
+
+- version update to 0.8.1
+  v0.8.1 (2021-10-05)
+  -------------------
+  - Fix a typing issue in Python 3.9
+  - Support Python 3.10
+  
+  v0.8.0 (2020-11-28)
+  -------------------
+  - Drop support for Python 2.7, 3.4, and 3.5
+  - Support Python 3.9
+  - `ensure_ascii` parameter added to `PropertiesFile.dump()` and
+    `PropertiesFile.dumps()`
+  - **Bugfix**: When parsing XML input, empty `<entry>` tags now produce an 
empty
+    string as a value, not `None`
+  - Added type annotations
+  - `Properties` and `PropertiesFile` no longer raise `TypeError` when given a
+    non-string key or value, as type correctness is now expected to be enforced
+    through static type checking
+  - The `PropertiesElement` classes returned by `parse()` are no longer
+    subclasses of `namedtuple`, but they can still be iterated over to retrieve
+    their fields like a tuple
+- python-six is not required
+
+-------------------------------------------------------------------

Old:
----
  javaproperties-0.7.0.tar.gz

New:
----
  javaproperties-0.8.1.tar.gz

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

Other differences:
------------------
++++++ python-javaproperties.spec ++++++
--- /var/tmp/diff_new_pack.Iawg0x/_old  2023-04-04 21:26:50.123377984 +0200
+++ /var/tmp/diff_new_pack.Iawg0x/_new  2023-04-04 21:26:50.143378097 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-javaproperties
 #
-# Copyright (c) 2020 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
@@ -16,25 +16,22 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-javaproperties
-Version:        0.7.0
+Version:        0.8.1
 Release:        0
 Summary:        Read & Write Java Properties Files
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/jwodder/javaproperties
 Source:         
https://files.pythonhosted.org/packages/source/j/javaproperties/javaproperties-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest-mock >= 2.0}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module python-dateutil >= 2.6}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six < 2.0}
-BuildRequires:  %{python_module six >= 1.4}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-six < 2.0
-Requires:       python-six >= 1.4
 BuildArch:      noarch
 %python_subpackages
 
@@ -42,13 +39,13 @@
 Read & write Java .properties files.
 
 %prep
-%setup -q -n javaproperties-%{version}
+%autosetup -p1 -n javaproperties-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -60,6 +57,6 @@
 %files %{python_files}
 %doc CHANGELOG.md README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/javaproperties*
 
 %changelog

++++++ javaproperties-0.7.0.tar.gz -> javaproperties-0.8.1.tar.gz ++++++
++++ 10649 lines of diff (skipped)

Reply via email to