forked from pool/python-uritemplate
- update to 4.2.0:
* Drop support for Python 3.8
* Fix bug where already url-encoded values were further escaped
and encoded (See https://github.com/python-
hyper/uritemplate/issues/99)
* Refactor uritemplate/variable.py to enable fixing the
aforementioned bug.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uritemplate?expand=0&rev=22
This commit is contained in:
91
python-uritemplate.changes
Normal file
91
python-uritemplate.changes
Normal file
@@ -0,0 +1,91 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 10 08:26:49 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.2.0:
|
||||
* Drop support for Python 3.8
|
||||
* Fix bug where already url-encoded values were further escaped
|
||||
and encoded (See https://github.com/python-
|
||||
hyper/uritemplate/issues/99)
|
||||
* Refactor uritemplate/variable.py to enable fixing the
|
||||
aforementioned bug.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 12 05:01:37 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Switch to pyproject macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 25 07:09:34 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
- Use sle15_python_module_pythons
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 10 21:05:49 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Remove completely unnecessary dependency on python-simplejson.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 6 18:27:16 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.1.1:
|
||||
- Add type annotations to uritemplate and distribute them for others to use
|
||||
- Update to a modern documentation theme as well
|
||||
- Drop support for Python 2.7, 3.4, and 3.5
|
||||
- Better support number-like types as values for variables in a template
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 7 15:44:07 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- update to 3.0.1
|
||||
* Update to Python 3.6, 3.7, and 3.8
|
||||
* Drop support for Python 2.6, 3.2, and 3.3
|
||||
* Ignore None in list argument expansion
|
||||
* Handle a list with an empty string appropriately
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:55:40 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Remove superfluous devel dependency for noarch package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 8 03:26:35 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- Re-download source tarball.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 7 22:41:52 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- Source URL must be https.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 16:24:14 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- Fix source URL.
|
||||
- Implement single-spec version.
|
||||
- Add tests.
|
||||
- Add licenses and other documentation files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 15:50:21 UTC 2016 - rjschwei@suse.com
|
||||
|
||||
- Update to version 3.0.0 (bsc#1002895)
|
||||
+ No upstream change entry for 2.0 -> 3.0
|
||||
- From 2.0.0
|
||||
+ Merge uritemplate.py into uritemplate
|
||||
+ Relicense uritemplate.py as Apache 2 and BSD
|
||||
- From 1.0.1
|
||||
+ Fix some minor packaging problems
|
||||
- From 1.0.0
|
||||
+ Fix handling of Unicode values on Python 2.6 and 2.7 for urllib.quote.
|
||||
+ Confirm public stable API via version number.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 20 23:44:28 UTC 2014 - rschweikert@suse.com
|
||||
|
||||
- Include in SLE 12 (FATE #316168)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 5 01:52:25 UTC 2014 - rschweikert@suse.com
|
||||
|
||||
- Initial build
|
||||
|
||||
Reference in New Issue
Block a user