File python-atomicwrites.changes of Package python-atomicwrites
-------------------------------------------------------------------
Mon Nov 11 13:34:27 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Add sphinx8.patch to support sphinx8
-------------------------------------------------------------------
Mon Jul 25 21:00:19 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.4.1:
* package is now unmaintained
* python 3.8 support
* README updates
* Support ppc64le
-------------------------------------------------------------------
Fri Jan 28 21:18:35 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Rewrite into proper multibuild style.
-------------------------------------------------------------------
Tue May 12 08:51:32 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.4.0:
* Update unsupported python versions
* use fspath to ensure path is str or bytes
-------------------------------------------------------------------
Mon Oct 14 11:35:28 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
-------------------------------------------------------------------
Fri Mar 1 09:59:54 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 1.3.0
* Restore ability to use tempfile kwargs other than dir
* Avoid API breakage under Python 2
* Passes kwargs through AtomicWriter to tempfile.NamedTemporaryFile
-------------------------------------------------------------------
Tue Dec 4 13:06:02 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Wed Jul 18 11:56:07 UTC 2018 - tchvatal@suse.com
- Versionify the provides to make old brp-checks happy
-------------------------------------------------------------------
Sun Jun 10 23:51:43 UTC 2018 - jengelh@inai.de
- Drop other-OS mentions from description.
-------------------------------------------------------------------
Thu Jun 7 17:16:00 UTC 2018 - toddrme2178@gmail.com
- Create separate -doc subpackage to build docs.
- Run tests in -doc subpackage to avoid dependency loop with
python-pytest.
- Use license tag
-------------------------------------------------------------------
Fri Jun 30 16:49:02 UTC 2017 - aloisio@gmx.com
- Converted to single-spec
-------------------------------------------------------------------
Wed Sep 21 02:05:33 UTC 2016 - arun@gmx.de
- update to version 1.1.5:
* Fix toxfile (#21)
* Make atomic_write work on paths with no directory separator (#20)
* Fix formatting
* Skip stylecheck under py26
* Add contributing.rst
* Fix tox.ini
-------------------------------------------------------------------
Sun May 8 07:16:22 UTC 2016 - arun@gmx.de
- specfile:
* updated source url to files.pythonhosted.org
-------------------------------------------------------------------
Sat Mar 26 04:20:01 UTC 2016 - arun@gmx.de
- update to version 1.0.0:
* Fix unintentional exception clobbering when rollback fails
* Remove unused variable (fixes an unused variable warning)
* Update copyright notice
* Fix appveyor build
-------------------------------------------------------------------
Mon Feb 15 18:11:26 UTC 2016 - arun@gmx.de
- update to version 0.1.9:
* Fix UnboundLocalError
-------------------------------------------------------------------
Tue Jan 19 11:45:45 UTC 2016 - sleep_walker@opensuse.org
- clean the spec file (not only) with spec-cleaner
- fix %check part
-------------------------------------------------------------------
Mon Jan 18 23:25:46 UTC 2016 - sleep_walker@opensuse.org
- let there be python3-atomicwrites