138 lines
4.8 KiB
Plaintext
138 lines
4.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Apr 21 12:37:30 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 13 22:45:25 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Make calling of %{sle15modernpython} optional.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 14 15:07:09 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Don't test NumPy with python36 flavor (NumPy 1.20 in TW dropped
|
|
Python 3.6, NEP 29), tests are automatically skipped if not
|
|
installed.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 19 19:41:13 UTC 2020 - Martin Liška <mliska@suse.cz>
|
|
|
|
- Update to 0.10.2:
|
|
Fix a ValueError: Circular reference detected for empty {}
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 31 08:53:10 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Switch to multibuild to not cycle with numpy
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 8 10:32:52 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- update to 0.10.1
|
|
* update testdata
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 12 07:30:21 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Use pytest macro directly
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 23 00:41:14 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Activate test suite
|
|
- Update to v0.10.0
|
|
* Changes see https://github.com/uiri/toml/compare/0.9.4...0.10.0
|
|
* Includes tests not previously included in source tarball
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:55:22 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 15 16:56:14 UTC 2018 - bruno@ioda-net.ch
|
|
|
|
- Update to version 0.9.4
|
|
+ Changes see https://github.com/uiri/toml/compare/0.9.3...0.9.4
|
|
+ Contain again test which are run
|
|
- Packaging
|
|
+ spec-cleaner minimal (date, license)
|
|
+ Resurection to be included in d:l:p and Factory to be used
|
|
by Cloud people and others
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 14 08:36:36 UTC 2017 - bruno@ioda-net.ch
|
|
|
|
- Update to version 0.9.3.1 (no real changelog)
|
|
Changes see https://github.com/uiri/toml/compare/0.9.2...0.9.3
|
|
- Packaging hardcode version in setup (tarball has only 0.9.3)
|
|
+ Add comment about test. None are executed, upstream has removed
|
|
them from tarball (Work in progress)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 26 10:15:18 UTC 2017 - dmueller@suse.com
|
|
|
|
- remove python-coverage runtime requires
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 28 14:13:34 UTC 2017 - bruno@ioda-net.ch
|
|
|
|
- Fix define line for build on Leap
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 7 13:13:50 UTC 2017 - bruno@ioda-net.ch
|
|
|
|
- Move to singlespec packaging
|
|
- Update copyright year
|
|
- Add fdupes
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 20 06:02:55 UTC 2016 - arun@gmx.de
|
|
|
|
- specfile:
|
|
* update copyright year
|
|
|
|
- update to version 0.9.2:
|
|
* Use xrange (_range) in Python 2.
|
|
* Prefix internal object/function names with an underscore.
|
|
* Fix candidate groups handling.
|
|
* Fix digit matching.
|
|
* Fix usage of isdigit.
|
|
* Optimize use of regexps (precompile, single-regexp substitution)
|
|
* Fix code style.
|
|
* Peephole optimizations.
|
|
* Merge #51: Do not raise base Exception.
|
|
* Remove dead code.
|
|
* Fix inadvertently broken long integer test
|
|
* s.decode should assign its result to s.
|
|
* Remove unnecessary indent level/else branches
|
|
* Fix #43 by adding Z timezone. tzinfos don't do DST
|
|
* Fix UTC offsets specified as hours and minutes
|
|
* update test command
|
|
* add travis testing
|
|
* Update copyright notice. Update toml-test repo in README
|
|
* Close #42 and simplify. Manual testing shows this works.
|
|
* Support } whithin string in inline objects within arrays
|
|
* Remove test toml files
|
|
* Clean load_inline_objects
|
|
* fix for array in inlinetable
|
|
* Handle commas inside strings within inline objects
|
|
* Fix multiline-string and raw-multiline-string tests
|
|
* Fix key-equals-nospace test
|
|
* Add support for inline objects inside arrays
|
|
* Add support for inline objects
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 8 07:13:17 UTC 2016 - arun@gmx.de
|
|
|
|
- specfile:
|
|
* changed to https for source url
|
|
* updated source url to files.pythonhosted.org
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 19 19:55:19 UTC 2015 - bruno@ioda-net.ch
|
|
|
|
- Initial packaging on obs for python3
|
|
changes are stored in README.rst
|