829251176f
Accepting request 1092323 from home:ecsos:python
...
- Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/request/show/1092323
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=51
2023-09-19 07:31:23 +00:00
2f80ef937a
- We actually don't need simplejson at all, it is just for 2.6
...
[sic!] compatibility.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=48
2023-02-10 09:10:39 +00:00
47073c053e
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=45
2023-01-23 17:16:08 +00:00
69d4c66305
- add 217.patch for python 3.11 support
...
- drop remove-nose.patch (upstream)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=44
2023-01-06 13:09:02 +00:00
61cd4d7fd3
- update to 1.0.1:
...
* Drop support for Python versions less than 3.7 (including Python 2).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=43
2023-01-06 13:08:21 +00:00
eea65c298d
- Add patch remove-nose.patch:
...
* Remove use of nose in the tests.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=42
2021-09-27 03:04:16 +00:00
6b2ed54676
Accepting request 898270 from home:pgajdos:python
...
- use github tarball to use upstream tests
- %check: use %pyunittest rpm macro to test the package
- deleted sources
- test_hypothesis.py (not needed)
OBS-URL: https://build.opensuse.org/request/show/898270
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=40
2021-06-08 11:39:29 +00:00
194ef28870
- update to 0.10.0:
...
* Python 2.6 and 3.3 have reached end-of-life and have been deprecated. (issue 175)
* Fix race condition when clearing cached parsed expressions. (issue 197)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=38
2020-06-02 16:23:31 +00:00
87d89a0a72
- update to 0.9.5:
...
* * Fix syntax warnings on python 3.8
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=36
2020-03-11 09:38:54 +00:00
681d04801b
Accepting request 685926 from home:jayvdb:django
...
- Add extra testing with hypothesis
- Remove unnecessary dependency on python-base
- Update to v0.9.4
* Fix min_by/max_by with empty lists
* Fix reverse type for null type
OBS-URL: https://build.opensuse.org/request/show/685926
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=34
2019-04-04 21:02:37 +00:00
Tomáš Chvátal
de9d28c550
- Update to 0.9.4:
...
* Fix min_by/max_by with empty lists (`issue 151)
* Fix reverse type for null type (issue 145)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=32
2019-03-26 14:44:44 +00:00
0d0041e6f5
Remove superfluous devel dependency for noarch package
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=30
2018-12-04 13:35:33 +00:00
d9d5e10cfb
Accepting request 629538 from home:jengelh:branches:devel:languages:python
...
- Use noun phrase for summary.
OBS-URL: https://build.opensuse.org/request/show/629538
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=28
2018-08-17 11:44:41 +00:00
c3ede5f3b5
- Remove dependency on unittest2
...
- Clean up SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=27
2018-08-13 11:23:10 +00:00
7eba1778a1
- Update to 0.9.3:
...
+ Fix issue where long types in py2 and Decimal types were not
being evaluated as numbers (issue 125)
+ Handle numbers in scientific notation in to_number() function (issue 120)
+ Fix issue where custom functions would override the function
table of the builtin function class (issue 133)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=25
2017-11-09 23:10:16 +00:00
Jan Matejek
5ea939f48e
- properly Requires(postun) for %postun section
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=23
2017-03-29 14:16:20 +00:00
5ee4a0e5eb
Accepting request 483250 from home:tbechtold:branches:devel:languages:python
...
- Only BuildRequire unittest2 for python2
OBS-URL: https://build.opensuse.org/request/show/483250
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=22
2017-03-29 08:21:55 +00:00
4cd6ce569e
Accepting request 481558 from home:rjschwei:branches:devel:languages:python
...
- Switch to single-spec build
- Update to version 0.9.2
+ Fix regression when using ordering comparators on strings (issue 124)
- From 0.9.1
+ Raise LexerError on invalid numbers (issue 98)
+ Add support for custom functions (#100 ) (issue 100)
+ Fix ZeroDivisionError for built-in function avg() on empty lists (#115 )
(issue 115)
+ Properly handle non numerical ordering operators (#117 ) (issue 117)
* Add support for JEP 9 which introduces "and" expressions, "unary"
expressions, "not" expressions, and "paren" expressions
(issue 90, issue 88, issue 82)
* Improve lexing performance (issue 84)
* Fix parsing error for multiselect lists (issue 86)
* Fix issue with escaping single quotes in literal strings (issue 85)
ordered dictionaries (issue 94)
* Add map() function (issue 95)
OBS-URL: https://build.opensuse.org/request/show/481558
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=21
2017-03-25 16:39:38 +00:00
39fa81ccc3
Accepting request 419468 from home:TheBlackCat:branches:devel:languages:python
...
Fix update-alternatives implementation.
OBS-URL: https://build.opensuse.org/request/show/419468
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=19
2016-08-15 16:11:16 +00:00
Todd R
321e72a41c
Accepting request 357108 from home:TheBlackCat:branches:devel:languages:python
...
Update to version 0.9.0
OBS-URL: https://build.opensuse.org/request/show/357108
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=17
2016-02-01 11:48:48 +00:00
4c0ec163c6
- Fix build issues for SLE 11
...
+ More test dependencies required
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=16
2016-01-20 19:43:20 +00:00
b9bda7ef33
- Manage the jp executable with update-alternatives now that
...
python3-jmespath exists
- spec file improvements
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=14
2016-01-20 19:10:15 +00:00
005e6f9f43
- Update to version 0.7.1:
...
* Rename ``bin/jp`` to ``bin/jp.py``
* Fix issue with precedence when parsing wildcard
projections
* Remove ordereddict and simplejson as py2.6 dependencies.
These were never actually used in the jmespath code base,
only in the unit tests. Unittests requirements are handled
via requirements26.txt.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=11
2015-05-27 17:10:32 +00:00
9cff512096
Accepting request 304068 from home:benoit_monin:branches:devel:languages:python
...
- update to version 0.7.0
- point source URL to pypi
OBS-URL: https://build.opensuse.org/request/show/304068
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=9
2015-04-27 06:34:23 +00:00
Denisart Benjamin
7f76eaf52e
Accepting request 293338 from home:aboe76:branches:devel:languages:python
...
New upstream version, needed for python-botocore
OBS-URL: https://build.opensuse.org/request/show/293338
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=7
2015-03-26 22:26:40 +00:00
16c0713de3
- Update to version 0.5.0
...
+ No upstream changelog
+ Update in support for fix of bnc#905354
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=5
2015-01-18 13:24:54 +00:00
5569755f5a
- Update to version 0.4.1
...
+ No upstream changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=3
2014-10-23 23:57:02 +00:00
Denisart Benjamin
2d6f8d3028
Accepting request 214331 from Cloud:EC2
...
- new package for working with JSON data, needed by botocore
OBS-URL: https://build.opensuse.org/request/show/214331
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=1
2014-01-19 16:10:39 +00:00