python-construct/python-construct.changes
Dirk Mueller a91814eb48 - update to 2.10.70:
* all exceptions docstrings were defined.
  * stream_size stream_iseof now raise properly StreamError
  * Keep track of offsets within substreams where possible
  * Fix missing objects in Struct._emitbuild's context
  * Fix ExprMixin for and/or being compiled as logical instead of
    bitwise
  * Issue 1046: Docs updated accordingly.
  * enum34 module renamed to enum, etc.
  * Use builtin dict instead of collections.OrderedDict for class
    Contain…
  * Implement __getstate__ and __setstate__ on Container
  * documentation updates
  * no changelog available
- Skip NumPy tests on pyhton36 flavor. Due to NEP29, python36-numpy
  Necessary due change in pytest macro gh#openSUSE/python-rpm-macros#48

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-construct?expand=0&rev=43
2023-12-29 18:15:59 +00:00

162 lines
5.4 KiB
Plaintext

-------------------------------------------------------------------
Fri Dec 29 18:13:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.10.70:
* all exceptions docstrings were defined.
* stream_size stream_iseof now raise properly StreamError
* Keep track of offsets within substreams where possible
* Fix missing objects in Struct._emitbuild's context
* Fix ExprMixin for and/or being compiled as logical instead of
bitwise
* Issue 1046: Docs updated accordingly.
* enum34 module renamed to enum, etc.
* Use builtin dict instead of collections.OrderedDict for class
Contain…
* Implement __getstate__ and __setstate__ on Container
-------------------------------------------------------------------
Sun Mar 27 11:07:33 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.10.68:
* declared compatibility with python 3.10
* documentation updates
-------------------------------------------------------------------
Tue Oct 26 20:40:31 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.10.67:
* no changelog available
-------------------------------------------------------------------
Sat Feb 13 22:25:12 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 2.10.60
* no changelog
- Skip NumPy tests on pyhton36 flavor. Due to NEP29, python36-numpy
is being dropped in TW, but it is just optional for construct.
-------------------------------------------------------------------
Tue Jun 23 14:27:05 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Add source dir to PYTHONPATH just as upstream does.
Necessary due change in pytest macro gh#openSUSE/python-rpm-macros#48
- don't benchmark, just run the tests once
-------------------------------------------------------------------
Wed Feb 12 11:59:37 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.10.56:
* drop support for python2
* no upstream changelog
- Rebase patch split_debug.patch
-------------------------------------------------------------------
Sat Dec 14 22:15:42 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Use _multibuild for tests to reduce the build dependencies
and simplify bootstrap for e.g. rpmlint.
-------------------------------------------------------------------
Mon Oct 14 11:40:28 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
-------------------------------------------------------------------
Mon Jan 7 11:37:34 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Reintroduce split_debug.patch for rpmlint[mini] mode
-------------------------------------------------------------------
Wed Jan 2 09:36:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Version update to 2.9.45:
* No obvious changelog present
- Remove obsolete split_debug.patch
- Use github tarball in order to be able to run tests
-------------------------------------------------------------------
Tue Dec 4 12:46:54 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Sat Aug 26 16:52:44 UTC 2017 - jengelh@inai.de
- Rewrite description for more neutrality.
-------------------------------------------------------------------
Thu Aug 24 07:24:54 UTC 2017 - tbechtold@suse.com
- update to 2.8.12:
* README and docs updated
* Version uped to 2.8.12
* Union: fixed buildfrom (bug #348)
* Docs updated: API reference
* Prefixed instead of Array (#349)
-------------------------------------------------------------------
Sat May 6 14:12:24 UTC 2017 - matwey.kornilov@gmail.com
- Recover split_debug.patch to fix rpmlint
-------------------------------------------------------------------
Sat Apr 22 16:20:52 UTC 2017 - aloisio@gmx.com
- Update to 2.8.11
- Converted to single-spec
- Set proper source URL
- Refreshed split_debug.patch
-------------------------------------------------------------------
Thu Jan 26 09:26:29 UTC 2017 - matwey.kornilov@gmail.com
- correct download url
-------------------------------------------------------------------
Wed Jan 18 09:42:16 UTC 2017 - matwey.kornilov@gmail.com
- Version 2.8.10:
- no changelog available
-------------------------------------------------------------------
Mon Oct 10 12:45:01 UTC 2016 - dmueller@suse.com
- correct download url
-------------------------------------------------------------------
Sat Oct 1 15:10:47 UTC 2016 - matwey.kornilov@gmail.com
- Version 2.5.5:
- Many minor fixups
-------------------------------------------------------------------
Sat May 3 12:42:41 UTC 2014 - matwey.kornilov@gmail.com
- Version 2.5.2:
- Misc minor fixes in docs
-------------------------------------------------------------------
Mon Jul 8 13:57:11 UTC 2013 - matwey.kornilov@gmail.com
- Version 2.5.1:
- Misc fixes for python 3
- Misc fixes in documentation
- Allow the Pointer to relocate relative to EOF
-------------------------------------------------------------------
Wed May 8 07:40:30 UTC 2013 - matwey.kornilov@gmail.com
- Add split_debug.patch: reason why do we want to do so is to use
python-construct in embedded applications like rpmlint-mini
-------------------------------------------------------------------
Tue Apr 30 11:30:15 UTC 2013 - speilicke@suse.com
- Package LICENSE and README.rst
-------------------------------------------------------------------
Mon Apr 29 15:27:04 UTC 2013 - matwey.kornilov@gmail.com
- Initial version