2024-01-03 09:48:19 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 3 09:46:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- require setuptools
|
|
|
|
|
- remove python2 logic, this makes no sense after
|
|
|
|
|
"remove_six.patch"
|
|
|
|
|
|
2023-07-05 07:30:04 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 5 07:29:38 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Add remove_six.patch (gh#DiffSK/configobj#239) removing the
|
|
|
|
|
need for six.
|
|
|
|
|
|
2023-09-04 14:56:45 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jul 4 10:51:42 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
|
|
|
|
|
|
|
|
|
- Add CVE-2023-26112.patch (bsc#1210070)
|
|
|
|
|
|
2023-05-04 18:59:00 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 4 18:56:05 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 5.0.8:
|
|
|
|
|
* 5.0.7 originally did this work, but 5.0.8 fixes a regression
|
|
|
|
|
* update testing to validate against python version 2.7 and
|
|
|
|
|
3.5-3.11
|
|
|
|
|
* update broken links / non-existent services and references
|
|
|
|
|
|
2023-04-21 14:48:47 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Apr 21 12:23:30 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 13 22:40:36 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Make calling of %{sle15modernpython} optional.
|
|
|
|
|
|
2023-01-16 21:18:30 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jan 16 21:16:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
2024-01-03 09:48:19 +00:00
|
|
|
|
- require setuptools
|
2023-01-16 21:18:30 +00:00
|
|
|
|
|
2018-12-04 13:20:42 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 4 12:46:48 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
|
2014-09-11 10:58:01 +00:00
|
|
|
|
-------------------------------------------------------------------
|
2017-05-24 17:01:39 +00:00
|
|
|
|
Wed May 24 17:01:11 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Implement single-spec version.
|
|
|
|
|
- Fix source URL.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2014-09-11 10:58:01 +00:00
|
|
|
|
Thu Sep 11 10:37:46 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 5.0.6
|
|
|
|
|
* Improves error messages in certain edge cases
|
|
|
|
|
|
2014-07-25 12:47:19 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jul 24 09:03:10 UTC 2014 - fcastelli@suse.com
|
|
|
|
|
|
|
|
|
|
- Added runtime depedency: python-six
|
|
|
|
|
|
2014-07-23 20:19:46 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 23 13:04:31 UTC 2014 - fcastelli@suse.com
|
|
|
|
|
|
|
|
|
|
- Update to version 5.0.5:
|
|
|
|
|
* BUGFIX: error in writing out config files to disk with non-ascii
|
|
|
|
|
characters
|
|
|
|
|
* BUGFIX: correcting that the code path fixed in 5.0.3 didn’t cover
|
|
|
|
|
reading in config files
|
|
|
|
|
* BUGFIX: not handling unicode encoding well, especially with respect to
|
|
|
|
|
writing out files
|
|
|
|
|
* Specific error message for installing version this version on Python
|
|
|
|
|
versions older than 2.5
|
|
|
|
|
* Documentation corrections
|
|
|
|
|
* BUGFIX: Fixed regression on python 2.x where passing an encoding parameter
|
|
|
|
|
did not convert a bytestring config file (which is the most common) to
|
|
|
|
|
unicode. Added unit tests for this and related cases
|
|
|
|
|
* BUGFIX: A particular error message would fail to display with a type error
|
|
|
|
|
on python 2.6 only
|
|
|
|
|
* Python 3 single-source compatibility at the cost of a more restrictive set
|
|
|
|
|
of versions: 2.6, 2.7, 3.2, 3.3 (otherwise unchanged)
|
|
|
|
|
|
2012-05-29 09:23:49 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 29 08:26:59 UTC 2012 - cfarrell@suse.com
|
|
|
|
|
|
|
|
|
|
- license update: BSD-3-Clause
|
|
|
|
|
Refers only to the license available at
|
|
|
|
|
http://www.voidspace.org.uk/python/license.shtml (which is BSD-3-Clause)
|
|
|
|
|
|
2012-05-25 09:21:48 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 25 08:21:00 UTC 2012 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Spec file cleanups
|
|
|
|
|
|
2012-02-07 13:46:41 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Feb 5 19:40:33 UTC 2012 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Really make the obsoletes sane: The package was called
|
|
|
|
|
python-configobj-docs before, so that's what we need to obsolete
|
|
|
|
|
(not -doc).
|
|
|
|
|
- The Obsoletes tag is for <= %{version}, as the package existed in
|
|
|
|
|
version 4.7.2, which is also when it was merged back. Obsoleting
|
|
|
|
|
only < 4.7.2 would cause conflicts when installing the newly
|
|
|
|
|
merged package.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jan 24 13:50:32 UTC 2012 - bwiedemann@suse.com
|
|
|
|
|
|
|
|
|
|
- fix Obsoletes
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Dec 9 12:39:05 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
|
|
- Spec file cleanup:
|
|
|
|
|
* Use upstream tarball
|
|
|
|
|
* Obsoleted empty doc package
|
|
|
|
|
* Fix SLE-11 build
|
|
|
|
|
* Use upstream description
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 8 13:54:30 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- fix license to be in spdx.org format
|
|
|
|
|
|
2010-09-14 12:29:33 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Sep 13 22:07:25 CEST 2010 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Update to version 4.7.2:
|
|
|
|
|
+ BUGFIX: Restore Python 2.3 compatibility
|
|
|
|
|
+ BUGFIX: Members that were lists were being returned as copies
|
|
|
|
|
due to interpolation introduced in 4.7. Lists are now only
|
|
|
|
|
copies if interpolation changes a list member.
|
|
|
|
|
+ BUGFIX: pop now does interpolation in list values as well.
|
|
|
|
|
+ BUGFIX: where interpolation matches a section name rather
|
|
|
|
|
than a value it is ignored instead of raising an exception on
|
|
|
|
|
fetching the item.
|
|
|
|
|
+ BUGFIX: values that use interpolation to reference members
|
|
|
|
|
that don't exist can now be repr'd.
|
|
|
|
|
+ BUGFIX: Fix to avoid writing '\r\r\n' on Windows when given a
|
|
|
|
|
file opened in text write mode ('w').
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jul 20 20:24:28 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 4.7.1
|
|
|
|
|
- split out -docs subpackage
|
|
|
|
|
|
2010-06-29 15:55:39 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun May 27 18:22:00 CEST 2007 - peter+rpmspam@suntel.com.tr
|
|
|
|
|
|
|
|
|
|
- add "unzip" as a builddep so it builds on Factory - 4.4.0
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
Fri May 11 16:59:40 CEST 2007 - poeml@suse.de
|
|
|
|
|
|
|
|
|
|
- package created (copy from packman package) - 4.4.0
|
|
|
|
|
|