Dominique Leuenberger
2539fe4dfb
Accepting request 691614 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/691614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jmespath?expand=0&rev=15
2019-04-08 08:30:46 +00:00
b46bbda4ba
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
Dominique Leuenberger
097f1a7f58
Accepting request 688762 from devel:languages:python
...
- 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/request/show/688762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jmespath?expand=0&rev=14
2019-03-26 21:33:56 +00:00
Tomáš Chvátal
e749a6a2ba
- 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
Dominique Leuenberger
8acbe117d2
Accepting request 659450 from devel:languages:python
...
Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/request/show/659450
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jmespath?expand=0&rev=13
2018-12-24 10:38:36 +00:00
7b3f28e7d6
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
Dominique Leuenberger
0e43bf01a1
Accepting request 629916 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/629916
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jmespath?expand=0&rev=12
2018-08-24 15:04:37 +00:00
b415ec10a6
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
4c84d7677e
- 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
Dominique Leuenberger
9cdb140408
Accepting request 540359 from devel:languages:python
...
- 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/request/show/540359
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jmespath?expand=0&rev=11
2017-11-10 13:58:37 +00:00
2c04637480
- 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
Dominique Leuenberger
7701d923d6
Accepting request 483389 from devel:languages:python
...
- properly Requires(postun) for %postun section
- Only BuildRequire unittest2 for python2
- 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/483389
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jmespath?expand=0&rev=10
2017-04-20 18:49:26 +00:00
Jan Matejek
ae5125c540
- 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
19a62289c1
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
Thomas Bechtold
27e7b4c951
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
Dominique Leuenberger
8b8963062e
Accepting request 419471 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/419471
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jmespath?expand=0&rev=9
2016-08-17 10:05:26 +00:00
59bc0a70e4
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
Dominique Leuenberger
b72346c81a
Accepting request 357115 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/357115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jmespath?expand=0&rev=8
2016-03-29 12:50:32 +00:00
Todd R
fc960be3a2
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
4e51596506
- 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
c74164c96c
- Remove comments
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=15
2016-01-20 19:10:49 +00:00
fde4e593d5
- 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
Dominique Leuenberger
28d644cdf4
Accepting request 308963 from devel:languages:python
...
- 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/request/show/308963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jmespath?expand=0&rev=7
2015-05-28 07:57:55 +00:00
914c2a0305
- Get the tarball from py-py
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=12
2015-05-27 22:23:21 +00:00
8f6265eb39
- 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
Dominique Leuenberger
2b3e02c5cc
Accepting request 304129 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/304129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jmespath?expand=0&rev=6
2015-04-27 11:05:28 +00:00
400fbe274c
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
Dominique Leuenberger
93c2d68658
Accepting request 293343 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/293343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jmespath?expand=0&rev=5
2015-03-27 08:41:47 +00:00
Denisart Benjamin
f7f912b0c6
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
Dominique Leuenberger
2d467edb6f
Accepting request 281658 from devel:languages:python
...
- Update to version 0.5.0
+ No upstream changelog
+ Update in support for fix of bnc#905354
OBS-URL: https://build.opensuse.org/request/show/281658
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jmespath?expand=0&rev=4
2015-01-20 11:35:39 +00:00
5f830cc6b9
- 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
Stephan Kulow
466ebc6908
Accepting request 259060 from devel:languages:python
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/259060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jmespath?expand=0&rev=3
2014-10-31 17:27:46 +00:00
8f2ae77958
- 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
Stephan Kulow
390df57414
Accepting request 223979 from devel:languages:python
...
- needed by python-botocore and thus aws-cli, a command line tool to manage AWS functionality
OBS-URL: https://build.opensuse.org/request/show/223979
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jmespath?expand=0&rev=1
2014-02-28 18:17:23 +00:00
Denisart Benjamin
0309db9093
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