15
0
forked from pool/python-argh
Files
python-argh/python-argh.changes
Markéta Machová 09bb415b62 Accepting request 1090450 from home:pgajdos:python
- version update to 0.28.1
  Version 0.28.1
  --------------
  - Fixed bugs in tests (#171, #172)
  Version 0.28.0
  --------------
  A major cleanup.
  Backward incompatible changes:
  - Dropped support for Python 2.7 and 3.7.
  Deprecated features, to be removed in v.0.30:
  - `argh.assembling.SUPPORTS_ALIASES`.
    - Always `True` for recent versions of Python.
  - `argh.io.safe_input()` AKA `argh.interaction.safe_input()`.
    - Not relevant anymore.  Please use the built-in `input()` instead.
  - argument `pre_call` in `dispatch()`.
  - Argument help as annotations.
    - Annotations will only be used for types after v.0.30.
  - Added deprecation warnings for some arguments deprecated back in v.0.26.
  Version 0.27.2
  --------------
  Minor packaging fix:
  * chore: include file required by tox.ini in the sdist (#155)
  Version 0.27.1
  --------------
  Minor building and packaging fixes:
  * docs: add Read the Docs config (#160)
  * chore: include tox.ini in the sdist (#155)
  Version 0.27.0
  --------------
  This is the last version to support Python 2.7.

OBS-URL: https://build.opensuse.org/request/show/1090450
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argh?expand=0&rev=30
2023-06-05 12:49:23 +00:00

153 lines
5.1 KiB
Plaintext

-------------------------------------------------------------------
Fri Jun 2 07:12:44 UTC 2023 - pgajdos@suse.com
- version update to 0.28.1
Version 0.28.1
--------------
- Fixed bugs in tests (#171, #172)
Version 0.28.0
--------------
A major cleanup.
Backward incompatible changes:
- Dropped support for Python 2.7 and 3.7.
Deprecated features, to be removed in v.0.30:
- `argh.assembling.SUPPORTS_ALIASES`.
- Always `True` for recent versions of Python.
- `argh.io.safe_input()` AKA `argh.interaction.safe_input()`.
- Not relevant anymore. Please use the built-in `input()` instead.
- argument `pre_call` in `dispatch()`.
- Argument help as annotations.
- Annotations will only be used for types after v.0.30.
- Added deprecation warnings for some arguments deprecated back in v.0.26.
Version 0.27.2
--------------
Minor packaging fix:
* chore: include file required by tox.ini in the sdist (#155)
Version 0.27.1
--------------
Minor building and packaging fixes:
* docs: add Read the Docs config (#160)
* chore: include tox.ini in the sdist (#155)
Version 0.27.0
--------------
This is the last version to support Python 2.7.
Backward incompatible changes:
- Dropped support for Python 2.6.
Enhancements:
- Added support for Python 3.7 through 3.11.
- Support introspection of function signature behind the `@wraps` decorator
(issue #111).
Fixed bugs:
- When command function signature contained ``**kwargs`` *and* positionals
without defaults and with underscores in their names, a weird behaviour could
be observed (issue #104).
- Fixed introspection through decorators (issue #111).
- Switched to Python's built-in `unittest.mock` (PR #154).
- Fixed bug with `skip_unknown_args=True` (PR #134).
- Fixed tests for Python 3.9.7+ (issue #148).
Other changes:
- Included the license files in manifest (PR #112).
- Extended the list of similar projects (PR #87).
- Fixed typos and links in documentation (PR #110, #116, #156).
- Switched CI to Github Actions (PR #153).
- deleted patches
- python-argh-no_mock.patch (upstreamed)
- support-py39.patch (upstreamed)
-------------------------------------------------------------------
Thu Mar 10 10:09:41 UTC 2022 - pgajdos@suse.com
- do not use python-mock for testing
- added patches
fix https://github.com/neithere/argh/issues/152
+ python-argh-no_mock.patch
-------------------------------------------------------------------
Wed Sep 22 04:41:45 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch support-py39.patch:
* Deal with Python 3.9.x changes in argparse.
-------------------------------------------------------------------
Mon May 17 11:16:59 UTC 2021 - pgajdos@suse.com
- use %pytest macro
-------------------------------------------------------------------
Tue May 7 06:51:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Do not use symlinks on fdupes
-------------------------------------------------------------------
Mon Mar 4 16:59:56 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.26.2:
* no changelog available
- Drop no longer needed python-argh-0.26.1-fix-testsuite.patch
-------------------------------------------------------------------
Wed Dec 5 01:53:34 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Trim rhetorics from descriptions.
-------------------------------------------------------------------
Tue Dec 4 12:45:39 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Mon Apr 24 17:32:13 UTC 2017 - toddrme2178@gmail.com
- Fix source URL
- Various small spec file cleanups.
-------------------------------------------------------------------
Sun Apr 23 08:19:15 UTC 2017 - aloisio@gmx.com
- Converted to single-spec
- Added python-argh-0.26.1-fix-testsuite.patch
- Enabled tests
-------------------------------------------------------------------
Sun Apr 19 16:29:05 UTC 2015 - benoit.monin@gmx.fr
- update to version 0.26.1
* no changelog available
- update project URL
- package README.rst instead of README
-------------------------------------------------------------------
Thu Oct 24 10:58:54 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Wed Sep 25 17:18:00 UTC 2013 - p.drouand@gmail.com
- Update to version 0.23.3
+ No changelog available
-------------------------------------------------------------------
Thu Mar 7 20:43:50 UTC 2013 - darin@darins.net
- Update to verios 0.23.0
+ Upstream provides no changelog
-------------------------------------------------------------------
Fri Nov 23 10:45:39 UTC 2012 - saschpe@suse.de
- Update to version 0.17.2:
+ Upstream provides no changelog
-------------------------------------------------------------------
Wed Jun 6 23:41:39 UTC 2012 - os-dev@jacraig.com
- Update to version 0.15.1:
+ Upstream provides no changelog
-------------------------------------------------------------------
Tue Jan 31 12:26:26 UTC 2012 - saschpe@suse.de
- Initial version