File python-configparser.changes of Package python-configparser
80
1
-------------------------------------------------------------------
2
Thu Feb 28 09:56:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
3
4
- Update to 3.7.3:
5
* Issue #34: Temporarily degrade to use ASCII for author's name.
6
* Repackaged using setuptools_scm for file discovery and other features from `skeleton <https://pypi.org/project/skeleton`_. Fixes #33.
7
* Package now unconditionally installs the configparser module.
8
9
-------------------------------------------------------------------
10
Wed Feb 6 11:20:19 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>
11
12
- Update to 3.7.1
13
* Fixed issue on Python 2.x when future is present (gh#jaraco/configparser#30)
14
- Update to 3.7.0
15
* Merge functionality from Python 3.7.2. Now ConfigParser accepts bytes paths
16
as well as any PathLike object, including those found in the pathlib2
17
backport <https://pypi.org/project/pathlib2/>.
18
- Update to 3.5.3
19
* Reverted the limit on DeprecationWarning, as it
20
had unintended consequences (gh#jaraco/configparser#27)
21
- Update to 3.5.2
22
* Use environment markers to indicate the 'ordereddict' dependency for
23
Python 2.6 (gh#jaraco/configparser#23)
24
* Limit DeprecationWarning when a filename is indicated as a bytestring on
25
Python 2. Now the warning is only emitted when py3kwarning is indicated
26
(gh#jaraco/configparser#24)
27
- Update to 3.5.1
28
* jaraco adopts the package.
29
* Moved hosting to GitHub.
30
* Updated backports namespace package to conform with other packages sharing
31
the namespace (gh#jaraco/configparser#21)
32
33
-------------------------------------------------------------------
34
Tue Dec 4 12:46:49 UTC 2018 - Matej Cepl <mcepl@suse.com>
35
36
- Remove superfluous devel dependency for noarch package
37
38
-------------------------------------------------------------------
39
Fri Mar 23 15:14:48 UTC 2018 - toddrme2178@gmail.com
40
41
- Switch to singlespec package
42
- Build for python3 < 3.5
43
- Make structure consistent with other backports packages
44
45
-------------------------------------------------------------------
46
Fri Jul 14 14:17:31 UTC 2017 - toddrme2178@gmail.com
47
48
- Remove backports subpackage. Since configparser is unmaintained,
49
this is being moved to the maintained configparser2 package.
50
51
-------------------------------------------------------------------
52
Fri Mar 31 19:27:35 UTC 2017 - toddrme2178@gmail.com
53
54
- %{python_sitelib}/backports is a namespace package, and so under
55
python 2.x it must have a proper
56
%{python_sitelib}/backports/__init__.py file.
57
python-backports provides this __init__.py to prevent backports
58
packages from conflicting.
59
Please see the following links for more details:
60
https://pypi.python.org/pypi/backports/
61
https://www.python.org/dev/peps/pep-0420/%23namespace-packages-today
62
63
-------------------------------------------------------------------
64
Thu Mar 30 21:46:17 UTC 2017 - toddrme2178@gmail.com
65
66
- Split backports directory into subpackage to allow the various
67
packages that share the backports namespace to avoid conflicts.
68
69
-------------------------------------------------------------------
70
Mon Mar 6 14:44:12 UTC 2017 - jmatejek@suse.com
71
72
- provide python2-configparser to seamlessly support singlespec
73
- restore "unneeded file" that is actually needed
74
75
-------------------------------------------------------------------
76
Tue Sep 6 09:29:20 UTC 2016 - mardnh@gmx.de
77
78
- initial package, version 3.5.0
79
80