2023-08-17 13:22:24 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 17 11:02:29 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
|
|
|
|
- Add setuptools build requirement for building, distutils is not
|
|
|
|
available anymore since python 3.12
|
|
|
|
|
2023-04-21 16:59:02 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 21 12:21:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 13 22:39:56 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Make calling of %{sle15modernpython} optional.
|
|
|
|
|
2021-06-18 21:34:58 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 17 17:16:58 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- Add Provides: for python*dist(appdirs): work around boo#1186870
|
|
|
|
|
2020-08-19 01:32:56 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 18 23:32:44 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- We can finally use %pyunittest macro
|
|
|
|
|
2019-11-05 10:15:29 +01:00
|
|
|
-------------------------------------------------------------------
|
2020-06-02 18:47:52 +02:00
|
|
|
Tue Jun 2 16:46:55 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-11-05 10:15:29 +01:00
|
|
|
Tue Nov 5 09:15:19 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Format with spec-cleaner
|
|
|
|
|
2018-09-10 12:16:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 10 12:07:53 CEST 2018 - Matěj Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
2018-09-04 18:59:54 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 4 15:23:26 UTC 2018 - Matěj Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Clean SPEC and remove circular dependency on python-setuptools
|
2018-09-05 07:38:55 +02:00
|
|
|
(Add remove-setuptools-dependency.patch patch to do this)
|
2018-09-04 18:59:54 +02:00
|
|
|
|
2018-08-17 15:47:54 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 17 13:47:34 UTC 2018 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Use setuptools normally
|
|
|
|
- Run tests
|
|
|
|
|
2018-08-17 15:43:55 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2017-08-08 08:14:22 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2017-02-23 12:48:02 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2015-06-04 11:09:53 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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 <https://github.com/twall/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
|
|
|
|
|
2014-04-17 10:45:17 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 24 13:08:43 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Initial version
|
|
|
|
|