From 347c66e111652c17a613425074396b521936d9631b10bdcd1c9b4d370b53417f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 19 Feb 2025 12:51:01 +0000 Subject: [PATCH] - switch to PEP517 build OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-appdirs?expand=0&rev=29 --- .gitattributes | 23 ++++++++ .gitignore | 1 + appdirs-1.4.4.tar.gz | 3 ++ python-appdirs.changes | 119 +++++++++++++++++++++++++++++++++++++++++ python-appdirs.spec | 75 ++++++++++++++++++++++++++ 5 files changed, 221 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 appdirs-1.4.4.tar.gz create mode 100644 python-appdirs.changes create mode 100644 python-appdirs.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/appdirs-1.4.4.tar.gz b/appdirs-1.4.4.tar.gz new file mode 100644 index 0000000..b089ff3 --- /dev/null +++ b/appdirs-1.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41 +size 13470 diff --git a/python-appdirs.changes b/python-appdirs.changes new file mode 100644 index 0000000..146f9e5 --- /dev/null +++ b/python-appdirs.changes @@ -0,0 +1,119 @@ +------------------------------------------------------------------- +Wed Feb 19 12:50:48 UTC 2025 - Dirk Müller + +- switch to PEP517 build + +------------------------------------------------------------------- +Thu Aug 17 11:02:29 UTC 2023 - Daniel Garcia + +- Add setuptools build requirement for building, distutils is not + available anymore since python 3.12 + +------------------------------------------------------------------- +Fri Apr 21 12:21:54 UTC 2023 - Dirk Müller + +- add sle15_python_module_pythons (jsc#PED-68) + +------------------------------------------------------------------- +Thu Apr 13 22:39:56 UTC 2023 - Matej Cepl + +- Make calling of %{sle15modernpython} optional. + +------------------------------------------------------------------- +Thu Jun 17 17:16:58 UTC 2021 - Ben Greiner + +- Add Provides: for python*dist(appdirs): work around boo#1186870 + +------------------------------------------------------------------- +Tue Aug 18 23:32:44 UTC 2020 - Matej Cepl + +- We can finally use %pyunittest macro + +------------------------------------------------------------------- +Tue Jun 2 16:46:55 UTC 2020 - Dirk Mueller + +- update to 1.4.4: + - [PR #92] Don't import appdirs from setup.py + + Project officially classified as Stable which is important + for inclusion in other distros such as ActivePython. + + First of several incremental releases to catch up on maintenance. + +------------------------------------------------------------------- +Tue Nov 5 09:15:19 UTC 2019 - Tomáš Chvátal + +- Format with spec-cleaner + +------------------------------------------------------------------- +Mon Sep 10 12:07:53 CEST 2018 - Matěj Cepl + +- Revert removal of the code fixing egginfo (boo#1107798) +- Actually we don't need remove-setuptools-dependency.patch, + when we don't run python setup.py test anymore. So, remove it. + +------------------------------------------------------------------- +Tue Sep 4 15:23:26 UTC 2018 - Matěj Cepl + +- Clean SPEC and remove circular dependency on python-setuptools + (Add remove-setuptools-dependency.patch patch to do this) + +------------------------------------------------------------------- +Fri Aug 17 13:47:34 UTC 2018 - tchvatal@suse.com + +- Use setuptools normally +- Run tests + +------------------------------------------------------------------- +Tue Aug 14 10:13:51 UTC 2018 - ms@suse.com + +- Submission to SUSE:SLE-12-SP3:Update:PubClouds + + This commit tracks the submission for fate#326575 + and bsc#1103542 + +------------------------------------------------------------------- +Tue Aug 8 06:11:57 UTC 2017 - tbechtold@suse.com + +- update to 1.4.3: + - [PR #76] Python 3.6 invalid escape sequence deprecation fixes + - Fix for Python 3.6 support + - [PR #84] Allow installing without setuptools + - [PR #86] Fix string delimiters in setup.py description + - Add Python 3.6 support +- drop desetuptoolize.patch . no longer needed. + +------------------------------------------------------------------- +Thu Feb 23 11:45:52 UTC 2017 - jmatejek@suse.com + +- update for single-spec +- desetuptoolize.patch : switch from setuptools to distutils.core + for installation, as this is now a setuptools dependency +- ensure egg-info is a directory (distutils would install it as file) +- update to 1.4.1 + * [issue 55] make appname optional + +------------------------------------------------------------------- +Wed Jun 3 14:17:22 UTC 2015 - tbechtold@suse.com + +- update to 1.4.0: + - [PR #42] AppAuthor is now optional on Windows + - [issue 41] Support Jython on Windows, Mac, and Unix-like platforms. Windows + support requires `JNA `_. + - [PR #44] Fix incorrect behaviour of the site_config_dir method + - [Unix, issue 16] Conform to XDG standard, instead of breaking it for + everybody + - [Unix] Removes gratuitous case mangling of the case, since \*nix-es are + usually case sensitive, so mangling is not wise + - [Unix] Fixes the uterly wrong behaviour in ``site_data_dir``, return result + based on XDG_DATA_DIRS and make room for respecting the standard which + specifies XDG_DATA_DIRS is a multiple-value variable + - [Issue 6] Add ``*_config_dir`` which are distinct on nix-es, according to + XDG specs; on Windows and Mac return the corresponding ``*_data_dir`` +- Remove unzip as BuildRequires. tar.gz file now provided and used + +------------------------------------------------------------------- +Mon Mar 24 13:08:43 UTC 2014 - toddrme2178@gmail.com + +- Initial version + diff --git a/python-appdirs.spec b/python-appdirs.spec new file mode 100644 index 0000000..52ab049 --- /dev/null +++ b/python-appdirs.spec @@ -0,0 +1,75 @@ +# +# spec file for package python-appdirs +# +# 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +# in order to avoid rewriting for subpackage generator +%define mypython python +%{?sle15_python_module_pythons} +Name: python-appdirs +Version: 1.4.4 +Release: 0 +Summary: A small Python module for determining platform-specific dirs +License: MIT +URL: https://github.com/ActiveState/appdirs +Source: https://files.pythonhosted.org/packages/source/a/appdirs/appdirs-%{version}.tar.gz +BuildRequires: %{python_module base} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +BuildArch: noarch +# work around boo#1186870 +Provides: %{mypython}%{python_version}dist(appdirs) = %{version} +%if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3" +Provides: %{mypython}3dist(appdirs) = %{version} +%endif +%python_subpackages + +%description +``appdirs`` will +help you choose an appropriate: + +- user data dir (``user_data_dir``) +- user cache dir (``user_cache_dir``) +- site data dir (``site_data_dir``) +- user log dir (``user_log_dir``) + +%prep +%setup -q -n appdirs-%{version} + +# strip shebang +sed -r -i '1s/^#!.*$//' appdirs.py + +%build +%pyproject_wheel + +%install +%pyproject_install +%python_expand fdupes %{buildroot}%{$python_sitelib} + +%check +%pyunittest + +%files %{python_files} +%license LICENSE.txt +%doc CHANGES.rst README.rst +%pycache_only %{python_sitelib}/__pycache__/* +%{python_sitelib}/appdirs.py* +%{python_sitelib}/appdirs-%{version}.dist-info + +%changelog