1
0
forked from pool/python-josepy

31 Commits

Author SHA256 Message Date
afda5fab80 Accepting request 1129754 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1129754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-josepy?expand=0&rev=14
2023-11-30 21:00:20 +00:00
b5896332cb Accepting request 1129753 from home:ecsos:python
- Update to 1.14.0
  - Added support for Python 3.11 and 3.12.
  - Support for Python 3.7 has been deprecated and will be removed
    in the next scheduled release.
  - Dropped support for Python 3.6.
  - Added a new valid PGP key for signing our PyPI packages with
    the fingerprint F2871B4152AE13C49519111F447BF683AA3B26C3
- Comment out asc because no more found.

OBS-URL: https://build.opensuse.org/request/show/1129753
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=29
2023-11-29 10:12:36 +00:00
45d15d17ec Accepting request 1092366 from devel:languages:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1092366
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-josepy?expand=0&rev=13
2023-06-12 13:26:11 +00:00
65a8470e6e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=27 2023-06-11 20:04:20 +00:00
086416c4e9 Accepting request 1092335 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1092335
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=26
2023-06-11 20:04:06 +00:00
0db7f245fa Accepting request 967539 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/967539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-josepy?expand=0&rev=12
2022-04-07 22:28:29 +00:00
31ee8ac74c Accepting request 967418 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/967418
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=24
2022-04-07 15:58:11 +00:00
00b860cd26 Accepting request 923341 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/923341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-josepy?expand=0&rev=11
2021-10-05 20:34:07 +00:00
cde9867586 Accepting request 923340 from home:ecsos:server
- Update to 1.10.0
  * josepy is now compliant with PEP-561: type checkers will fetch
    types from the inline types annotations when josepy is
    installed as a dependency in a Python project.
  * Added a field function to assist in adding type annotations for
    Fields in classes. If the field function is used to define a 
    Field in a JSONObjectWithFields based class without a type
    annotation, an error will be raised.
  * josepy's tests can no longer be imported under the name josepy,
    however, they are still included in the package and you can run
    them by installing josepy with "tests" extras and running
    python -m pytest.
- Changes from 1.9.0
  * Removed pytest-cache testing dependency.
  * Fixed a bug that sometimes caused incorrect padding to be used
    when serializing Elliptic Curve keys as JSON Web Keys.

OBS-URL: https://build.opensuse.org/request/show/923340
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=23
2021-10-05 19:25:55 +00:00
1b5b70f937 Accepting request 891882 from devel:languages:python
- update to 1.8.0:
  * Removed external mock dependency.
  * Removed dependency on six.
  * Deprecated the module josepy.magic_typing.
  * Fix JWS/JWK generation with EC keys when keys or signatures have leading zeros.

OBS-URL: https://build.opensuse.org/request/show/891882
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-josepy?expand=0&rev=10
2021-05-10 13:39:08 +00:00
fa2384d34e - update to 1.8.0:
* Removed external mock dependency.
  * Removed dependency on six.
  * Deprecated the module josepy.magic_typing.
  * Fix JWS/JWK generation with EC keys when keys or signatures have leading zeros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=21
2021-05-09 14:44:59 +00:00
dfbd1cfa44 Accepting request 877589 from devel:languages:python
- update to 1.7.0:
  * Dropped support for Python 2.7.
  * Added support for EC keys.

OBS-URL: https://build.opensuse.org/request/show/877589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-josepy?expand=0&rev=9
2021-03-08 14:19:08 +00:00
4e225d0eeb - update to 1.7.0:
* Dropped support for Python 2.7.
  * Added support for EC keys.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=19
2021-03-08 08:40:01 +00:00
347a19f35c Accepting request 860717 from devel:languages:python
- update to 1.5.0:
  * Added support for Python 3.9.
  * Dropped support for Python 3.5.
  * Stopped supporting running tests with ``python setup.py test`` which is
    deprecated in favor of ``python -m pytest``.
  * Deprecated support for Python 3.5.

OBS-URL: https://build.opensuse.org/request/show/860717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-josepy?expand=0&rev=8
2021-01-06 18:57:10 +00:00
41e5d29c9c - update to 1.5.0:
* Added support for Python 3.9.
  * Dropped support for Python 3.5.
  * Stopped supporting running tests with ``python setup.py test`` which is
    deprecated in favor of ``python -m pytest``.
  * Deprecated support for Python 3.5.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=17
2021-01-06 12:37:39 +00:00
c8c0d779ab Accepting request 789927 from devel:languages:python
- Update to version 1.3.0:
  * Deprecated support for Python 3.4.
  * Officially add support for Python 3.8.

OBS-URL: https://build.opensuse.org/request/show/789927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-josepy?expand=0&rev=7
2020-03-31 15:15:03 +00:00
025855b5a5 - Update to version 1.3.0:
* Deprecated support for Python 3.4.
  * Officially add support for Python 3.8.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=15
2020-03-31 05:11:00 +00:00
ee28c9afe2 Accepting request 745367 from devel:languages:python
- Remove obsolete Groups tag (fate#326485)

OBS-URL: https://build.opensuse.org/request/show/745367
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-josepy?expand=0&rev=6
2019-11-27 12:51:43 +00:00
4e53e8f5e5 Accepting request 739152 from home:RBrownSUSE:branches:devel:languages:python
Remove obsolete Groups tag (fate#326485)

OBS-URL: https://build.opensuse.org/request/show/739152
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=13
2019-10-17 12:35:56 +00:00
fed0272308 Accepting request 718287 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/718287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-josepy?expand=0&rev=5
2019-07-26 10:39:56 +00:00
Tomáš Chvátal
084be2d57b Accepting request 718262 from home:pgajdos
- version update to 1.2.0
  * Support for Python 2.6 and 3.3 has been removed.
  * Known incompatibilities with Python 3.8 have been resolved.

OBS-URL: https://build.opensuse.org/request/show/718262
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=11
2019-07-24 14:08:14 +00:00
Stephan Kulow
09f99cf921 Accepting request 669839 from devel:languages:python
- Really run tests
- Disable docs building it is distributed by upstream and does not
  work on older openSUSE releases

OBS-URL: https://build.opensuse.org/request/show/669839
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-josepy?expand=0&rev=4
2019-02-02 20:49:13 +00:00
Tomáš Chvátal
1bd2027be5 - Really run tests
- Disable docs building it is distributed by upstream and does not
  work on older openSUSE releases

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=9
2019-01-29 12:32:44 +00:00
5c5e262639 Accepting request 603639 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/603639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-josepy?expand=0&rev=3
2018-05-04 09:30:30 +00:00
e0e224f08a Accepting request 603638 from home:ecsos:server
- update to 1.1.0
  - Deprecated support for Python 2.6 and 3.3.
  - Use the sign and verify methods when they are available in 
    cryptography instead of the deprecated methods signer and 
    verifier.

OBS-URL: https://build.opensuse.org/request/show/603638
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=7
2018-05-03 11:28:45 +00:00
4d3213bf7e Accepting request 573549 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/573549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-josepy?expand=0&rev=2
2018-02-07 17:41:30 +00:00
03e457aab2 Accepting request 571148 from devel:languages:python
- initial version 1.0.1

OBS-URL: https://build.opensuse.org/request/show/571148
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-josepy?expand=0&rev=1
2018-01-31 18:52:19 +00:00
d260112502 Accepting request 571246 from home:jengelh:branches:devel:languages:python
- Use Documentation/* as RPM group for -doc.

OBS-URL: https://build.opensuse.org/request/show/571246
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=4
2018-01-30 23:23:46 +00:00
Tomáš Chvátal
08bbb663bd Accepting request 571087 from home:dimstar:branches:REQUEST_570909
Add keyring

Did not add a changelog, since this is just a cleanup for the package en route to Factory

OBS-URL: https://build.opensuse.org/request/show/571087
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=3
2018-01-30 14:36:10 +00:00
c6ed5ce4cb Accepting request 570908 from home:ecsos:server
remove keyring

OBS-URL: https://build.opensuse.org/request/show/570908
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=2
2018-01-30 11:12:36 +00:00
Tomáš Chvátal
0dd02f4997 Accepting request 570457 from home:ecsos:server
- initial version 1.0.1

OBS-URL: https://build.opensuse.org/request/show/570457
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=1
2018-01-29 09:05:50 +00:00