diff --git a/filelock-3.8.2.tar.gz b/filelock-3.8.2.tar.gz deleted file mode 100644 index 54360ca..0000000 --- a/filelock-3.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7565f628ea56bfcd8e54e42bdc55da899c85c1abfe1b5bcfd147e9188cebb3b2 -size 207820 diff --git a/filelock-3.9.0.tar.gz b/filelock-3.9.0.tar.gz new file mode 100644 index 0000000..4487c8a --- /dev/null +++ b/filelock-3.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b319f24340b51f55a2bf7a12ac0755a9b03e718311dac567a0f4f7fabd2f5de +size 9709 diff --git a/python-filelock.changes b/python-filelock.changes index 31654cc..6b2c510 100644 --- a/python-filelock.changes +++ b/python-filelock.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 4 12:59:24 UTC 2023 - Dirk Müller + +- update to 3.9.0: + * move to hatchling build backend + ------------------------------------------------------------------- Wed Dec 14 08:34:14 UTC 2022 - Daniel Garcia diff --git a/python-filelock.spec b/python-filelock.spec index 0a1d96b..225b280 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -1,7 +1,7 @@ # # spec file for package python-filelock # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2018 Matthias Fehring # # All modifications and additions to the file contributed by third parties @@ -18,16 +18,16 @@ Name: python-filelock -Version: 3.8.2 +Version: 3.9.0 Release: 0 Summary: Platform Independent File Lock in Python License: Unlicense URL: https://github.com/tox-dev/py-filelock Source: https://files.pythonhosted.org/packages/source/f/filelock/filelock-%{version}.tar.gz +BuildRequires: %{python_module hatch_vcs} +BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools_scm} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros