14
0

2 Commits

Author SHA256 Message Date
123f146325 Accepting request 1248174 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1248174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-javaproperties?expand=0&rev=5
2025-02-25 15:47:16 +00:00
3ed0542566 - Update to 0.8.2
* Drop support for Python 3.6 and 3.7
  * Support Python 3.11, 3.12, and 3.13
  * Migrated from setuptools to hatch
- Update BuildRequires from pyproject.toml

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-javaproperties?expand=0&rev=9
2025-02-24 14:31:46 +00:00
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9dcba389effe67d3f906bbdcc64b8ef2ee8eac00072406784ea636bb6ba56061
size 43881

BIN
javaproperties-0.8.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Feb 24 14:27:18 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.8.2
* Drop support for Python 3.6 and 3.7
* Support Python 3.11, 3.12, and 3.13
* Migrated from setuptools to hatch
- Update BuildRequires from pyproject.toml
-------------------------------------------------------------------
Wed Mar 6 14:31:15 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-javaproperties
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,18 @@
%{?sle15_python_module_pythons}
Name: python-javaproperties
Version: 0.8.1
Version: 0.8.2
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 hatchling}
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 wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch