Changelog for
python311-appdirs-1.4.4-lp154.qubes.6.18.noarch.rpm :
* Thu Aug 17 2023 Daniel Garcia
- Add setuptools build requirement for building, distutils is not available anymore since python 3.12
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Thu Jun 17 2021 Ben Greiner - Add Provides: for python
*dist(appdirs): work around boo#1186870
* Tue Aug 18 2020 Matej Cepl - We can finally use %pyunittest macro
* Tue Jun 02 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 05 2019 Tomáš Chvátal - Format with spec-cleaner
* Mon Sep 10 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 04 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 2018 tchvatalAATTsuse.com- Use setuptools normally- Run tests
* Tue Aug 14 2018 msAATTsuse.com- Submission to SUSE:SLE-12-SP3:Update:PubClouds This commit tracks the submission for fate#326575 and bsc#1103542
* Tue Aug 08 2017 tbechtoldAATTsuse.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 2017 jmatejekAATTsuse.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 03 2015 tbechtoldAATTsuse.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