forked from pool/python-atpublic
- Fix sybil usage in conftest based on sybil version. * https://gitlab.com/warsaw/public/-/merge_requests/16 OBS-URL: https://build.opensuse.org/request/show/945670 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atpublic?expand=0&rev=7
44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jan 11 20:25:53 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Fix sybil usage in conftest based on sybil version.
|
|
* https://gitlab.com/warsaw/public/-/merge_requests/16
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 21 08:42:52 UTC 2021 - pgajdos@suse.com
|
|
|
|
- version update to 2.3
|
|
2.3 (2021-04-13)
|
|
================
|
|
* Do type hinting the right way. (GL#10)
|
|
|
|
2.2 (2021-04-13)
|
|
================
|
|
* ``public()`` and ``private()`` can't be correctly type annotated, so the
|
|
type hints on these two functions have been removed. The ``ModuleAware``
|
|
was also removed. (GL#10)
|
|
* Added a ``py.typed`` file to satisfy type checkers. (GL#9)
|
|
* Fixed a documentation cross-reference bug.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 30 07:48:01 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update to v2.1.1
|
|
* Clean up some typing problems
|
|
* Reorganized docs and tests out of the code directory
|
|
* Fix the Windows CI tests
|
|
|
|
- from v2.0
|
|
* Drop Python 3.4 and 3.5; add Python 3.8 and 3.9.
|
|
* The C implementation is removed
|
|
* Added an ``@private`` decorator
|
|
* Build and test on Windows in addition to Linux
|
|
* Fix the doctests so that they actually run and pass!
|
|
* Add type annotations and API reference documentation
|
|
* Internal improvements and modernizations
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 10 03:49:45 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v1.0
|