- No more greedy globs in %files. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-wolframalpha?expand=0&rev=11
82 lines
2.8 KiB
Plaintext
82 lines
2.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri May 9 05:21:01 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Switch to pyproject macros.
|
|
- No more greedy globs in %files.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 29 21:44:59 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- switch to modern pythonstack
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 8 04:23:32 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add more-itertools to BuildRequires.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 30 10:02:08 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Fix name of the python-more-itertools package.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 27 12:49:53 UTC 2021 - pgajdos@suse.com
|
|
|
|
- version update to 5.0.0
|
|
v5.0.0
|
|
======
|
|
* Rewrote object model to load objects more automatically.
|
|
API is mostly compatible, but there may be some rare
|
|
uses that may need some adjustment. In particular,
|
|
access to 'children' properties ('pods', 'subpods',
|
|
'assumptions', 'warnings') are exposed as loaded through
|
|
their singular names (without transforms or defaults) but
|
|
exposed as iterable (empty by default) through the plural
|
|
names.
|
|
v4.3.1
|
|
======
|
|
* Fixed implementation flaw in ``Results.details``.
|
|
* Test coverage is now 100%.
|
|
v4.3.0
|
|
======
|
|
* Added ``Client.from_env()`` to initialize a client loading the
|
|
API key from the keyring or environment.
|
|
* #13: ``Result`` objects now resolve as False and return empty
|
|
``info`` and ``pods`` attributes when query was unsuccessful.
|
|
v4.2.0
|
|
======
|
|
* #28: Adapt to support API change from ``.plainText`` to
|
|
``.plaintext``.
|
|
* Moved usage guide to source and published through the docs
|
|
and validate the usage with doctests.
|
|
v4.1.1
|
|
======
|
|
* #26: Fix error when ``always_iterable`` recognizes a dict
|
|
as a list of keys.
|
|
v4.1.0
|
|
======
|
|
* #21: Adapt to support API change from ``.text`` to ``.plainText``.
|
|
* Refreshed package metadata.
|
|
v4.0.0
|
|
======
|
|
* Require Python 3.6 or later.
|
|
- test the package
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 22 05:22:07 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- Update to 3.0.1
|
|
* Refreshed project metadata.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 4 19:29:21 UTC 2018 - alarrosa@suse.com
|
|
|
|
- Add LICENSE file. The pypi page states that this is released under
|
|
a MIT license but the code doesn't include a copy. I submitted a
|
|
pull request to the code and use that for now.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 5 15:41:51 UTC 2017 - alarrosa@suse.com
|
|
|
|
- Initial release of python-wolframalpha 3.0
|