Commit Graph

36 Commits

Author SHA256 Message Date
Ana Guerrero
ea40dd9494 Accepting request 1168783 from devel:languages:python
- update to 3.7 (bsc#1222842, CVE-2024-3651):
  * Fix issue where specially crafted inputs to encode() could take
    exceptionally long amount of time to process. [CVE-2024-3651]

OBS-URL: https://build.opensuse.org/request/show/1168783
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=17
2024-04-18 20:08:01 +00:00
e61d8042cb - update to 3.7 (bsc#1222842, CVE-2024-3651):
* Fix issue where specially crafted inputs to encode() could take
    exceptionally long amount of time to process. [CVE-2024-3651]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=34
2024-04-18 07:34:42 +00:00
Ana Guerrero
7ed46fb9ef Accepting request 1129063 from devel:languages:python
- update to 3.6:
  * Fix regression to include tests in source distribution.
  * Update to Unicode 15.1.0
  * String codec name is now "idna2008" as overriding the system codec
    "idna" was not working.
  * Fix typing error for codec encoding
  * "setup.cfg" has been added for this release due to some downstream
  * lack of adherence to PEP 517. Should be removed in a future release
    so please prepare accordingly.
  * Removed reliance on a symlink for the "idna-data" tool to comport
    with PEP 517 and the Python Packaging User Guide for sdist
    archives.
  * Added security reporting protocol for project

OBS-URL: https://build.opensuse.org/request/show/1129063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=16
2023-11-28 21:18:05 +00:00
66f68666da - update to 3.6:
* Fix regression to include tests in source distribution.
  * Update to Unicode 15.1.0
  * String codec name is now "idna2008" as overriding the system codec
    "idna" was not working.
  * Fix typing error for codec encoding
  * "setup.cfg" has been added for this release due to some downstream
  * lack of adherence to PEP 517. Should be removed in a future release
    so please prepare accordingly.
  * Removed reliance on a symlink for the "idna-data" tool to comport
    with PEP 517 and the Python Packaging User Guide for sdist
    archives.
  * Added security reporting protocol for project

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=32
2023-11-27 09:03:50 +00:00
Dominique Leuenberger
bee754c66e Accepting request 1081889 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=15
2023-04-22 20:00:29 +00:00
614b1f8e47 Accepting request 1081447 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081447
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=30
2023-04-21 14:31:08 +00:00
Dominique Leuenberger
b75611366f Accepting request 1004262 from devel:languages:python
- update to 3.4:
  * Update to Unicode 15.0.0
  * Migrate to pyproject.toml for build information (PEP 621)
  * Correct another instance where generic exception was raised instead of
    IDNAError for malformed input
  * Source distribution uses zeroized file ownership for improved
    reproducibility

OBS-URL: https://build.opensuse.org/request/show/1004262
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=14
2022-09-18 15:32:11 +00:00
81d9830448 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=28 2022-09-17 07:15:16 +00:00
f8fae017ef - update to 3.4:
* Update to Unicode 15.0.0
  * Migrate to pyproject.toml for build information (PEP 621)
  * Correct another instance where generic exception was raised instead of
    IDNAError for malformed input
  * Source distribution uses zeroized file ownership for improved
    reproducibility

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=27
2022-09-16 18:25:11 +00:00
Dominique Leuenberger
ccaa53bf16 Accepting request 986597 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/986597
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=13
2022-07-05 10:27:22 +00:00
5cb164e7a3 Accepting request 986104 from home:ojkastl_buildservice:idna_Debugging
add version constraint for python-rpm-macros >= 20220106.80d3756, otherwise this fails to build on 15.3 at '%pyunittest discover -v'

OBS-URL: https://build.opensuse.org/request/show/986104
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=25
2022-07-04 09:40:30 +00:00
Dominique Leuenberger
f4fc852fa4 Accepting request 925735 from devel:languages:python
- update to 3.3:
  - Update to Unicode 14.0.0
  - Update to in-line type annotations
  - Throw IDNAError exception correctly for some malformed input
  - Advertise support for Python 3.10
  - Improve testing regime on Github
  - Fix Russian typo in documentation

OBS-URL: https://build.opensuse.org/request/show/925735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=12
2021-10-20 18:23:27 +00:00
ae90a3bfe8 - update to 3.3:
- Update to Unicode 14.0.0
  - Update to in-line type annotations
  - Throw IDNAError exception correctly for some malformed input
  - Advertise support for Python 3.10
  - Improve testing regime on Github
  - Fix Russian typo in documentation

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=24
2021-10-16 19:17:08 +00:00
Dominique Leuenberger
530b985890 Accepting request 897831 from devel:languages:python
- update to 3.2:
  * Add type hints (Thanks, Seth Michael Larson!)
  * Remove support for Python 3.4

OBS-URL: https://build.opensuse.org/request/show/897831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=11
2021-06-11 20:30:11 +00:00
a6df321f64 - update to 3.2:
* Add type hints (Thanks, Seth Michael Larson!)
  * Remove support for Python 3.4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=22
2021-06-06 11:51:57 +00:00
Dominique Leuenberger
76ea186574 Accepting request 895758 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/895758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=10
2021-06-01 08:34:19 +00:00
606a30efd0 Accepting request 895696 from home:pgajdos:python
setup.py test replacement

OBS-URL: https://build.opensuse.org/request/show/895696
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=20
2021-05-27 12:20:52 +00:00
Dominique Leuenberger
e3a60db5ae Accepting request 868498 from devel:languages:python
- update to 3.1:
  - Ensure license is included in package (Thanks, Julien Schueller)
  - No longer mark wheel has universal (Thanks, Matthieu Darbois)
  - Test on PowerPC using Travis CI
  - Python 2 is no longer supported (the 2.x branch supports Python 2,
    use "idna<3" in your requirements file if you need Python 2 support)
  - Support for V2 UTS 46 test vectors.

OBS-URL: https://build.opensuse.org/request/show/868498
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=9
2021-02-16 21:33:47 +00:00
9ef09a5868 - update to 3.1:
- Ensure license is included in package (Thanks, Julien Schueller)
  - No longer mark wheel has universal (Thanks, Matthieu Darbois)
  - Test on PowerPC using Travis CI
  - Python 2 is no longer supported (the 2.x branch supports Python 2,
    use "idna<3" in your requirements file if you need Python 2 support)
  - Support for V2 UTS 46 test vectors.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=18
2021-02-02 00:49:28 +00:00
Dominique Leuenberger
dbc4207a70 Accepting request 821447 from devel:languages:python
- update to 2.10:
  - Update to Unicode 13.0.0.
  - Throws a more specific exception if "xn--" is provided as a label.
  - This is expected to be the last version that supports Python 2.

OBS-URL: https://build.opensuse.org/request/show/821447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=8
2020-07-21 13:40:45 +00:00
30f81c99cb - update to 2.10:
- Update to Unicode 13.0.0.
  - Throws a more specific exception if "xn--" is provided as a label.
  - This is expected to be the last version that supports Python 2.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=16
2020-07-17 08:01:48 +00:00
Dominique Leuenberger
547999268b Accepting request 780402 from devel:languages:python
- update to 2.9:
  - Update to Unicode 12.1.0.
  - Prohibit A-labels ending with a hyphen (Thanks, Julien Bernard!)
  - Future-proofing: Test on Python 3.7 and 3.8, don't immediately
    fail should Python 4 come along.
-   Made BSD 3-clause license clearer

OBS-URL: https://build.opensuse.org/request/show/780402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=7
2020-03-08 21:21:50 +00:00
7dfd6826c2 - update to 2.9:
- Update to Unicode 12.1.0.
  - Prohibit A-labels ending with a hyphen (Thanks, Julien Bernard!)
  - Future-proofing: Test on Python 3.7 and 3.8, don't immediately
    fail should Python 4 come along.
-   Made BSD 3-clause license clearer

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=14
2020-02-28 22:42:19 +00:00
Dominique Leuenberger
33b7f57f57 Accepting request 677106 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/677106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=6
2019-02-26 21:14:44 +00:00
Tomáš Chvátal
31c1946f23 Accepting request 677105 from home:jayvdb:django
- Update to version 2.8
  * Update to Unicode 11.0.0.
  * Provide more specific exceptions for some malformed labels.
- Add fdupes

OBS-URL: https://build.opensuse.org/request/show/677105
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=12
2019-02-18 11:58:16 +00:00
Dominique Leuenberger
dc104f5a04 Accepting request 620186 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/620186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=5
2018-07-14 18:14:03 +00:00
Tomáš Chvátal
8853f9cf9c Accepting request 620093 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/620093
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=10
2018-07-02 09:24:57 +00:00
Dominique Leuenberger
cd08fa3f3e Accepting request 540455 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/540455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=4
2017-11-12 16:59:35 +00:00
6647f43caa Accepting request 540300 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/540300
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=8
2017-11-10 11:33:50 +00:00
Dominique Leuenberger
ca512ba07f Accepting request 527304 from devel:languages:python
- update to version v2.5

OBS-URL: https://build.opensuse.org/request/show/527304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=3
2017-09-23 19:32:47 +00:00
Thomas Bechtold
4e5cb4002a - update to version v2.5
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=6
2017-09-19 12:40:15 +00:00
Dominique Leuenberger
f392d29770 Accepting request 481819 from devel:languages:python
- point download url to PyPI
- drop %oname

update to version v2.5
  * only store scripts that are specifically referenced in logic
  * Fix validation for U+30FB KATAKANA MIDDLE DOT code point (#47)
  * range-based integer containment code
  * Documentation Updates
  * Make test runners Python 2.6 compatible (issue #20)
  * remove DISALLOWED codepoints from datafile, since they're unread
  * Avoid using bare 'except' (#39)
  * Add Python 3.5 support
  * Mark Python Wheels as universal (supports Python 2 and 3)
  * Skip tests that won't work on Python 2.6 (fixes #20)
  * Update Travis configuration to test against Python 2.6 and 3.6
  * Use relative imports (fixes #26)
  * Documentation tidy up
  * Revert to basing IDNAError on UnicodeError (issue #43) (#45)
  * rebuild idnadata
  * Update history with Java-related change
  * ignore vim swapfiles
  * Update Travis CI coverage to 3.6 and 3.7-dev
  * Reduce memory usage even further. (#41)
  * Update trove classifier for Python 3.6
  * Properly report label length exceptions (issue #36)
  * Segment uts46data to avoid Jython limits (#28)
- Switch to singlespec approach

OBS-URL: https://build.opensuse.org/request/show/481819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=2
2017-04-19 16:01:00 +00:00
Jan Matejek
7b9d66e8b1 - point download url to PyPI
- drop %oname

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=4
2017-03-21 15:32:01 +00:00
Jan Matejek
caee202a05 Accepting request 480624 from home:tbechtold:branches:devel:languages:python
update to version v2.5
  * only store scripts that are specifically referenced in logic
  * Fix validation for U+30FB KATAKANA MIDDLE DOT code point (#47)
  * range-based integer containment code
  * Documentation Updates
  * Make test runners Python 2.6 compatible (issue #20)
  * remove DISALLOWED codepoints from datafile, since they're unread
  * Avoid using bare 'except' (#39)
  * Add Python 3.5 support
  * Mark Python Wheels as universal (supports Python 2 and 3)
  * Skip tests that won't work on Python 2.6 (fixes #20)
  * Update Travis configuration to test against Python 2.6 and 3.6
  * Use relative imports (fixes #26)
  * Documentation tidy up
  * Revert to basing IDNAError on UnicodeError (issue #43) (#45)
  * rebuild idnadata
  * Update history with Java-related change
  * ignore vim swapfiles
  * Update Travis CI coverage to 3.6 and 3.7-dev
  * Reduce memory usage even further. (#41)
  * Update trove classifier for Python 3.6
  * Properly report label length exceptions (issue #36)
  * Segment uts46data to avoid Jython limits (#28)
- Switch to singlespec approach

OBS-URL: https://build.opensuse.org/request/show/480624
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=3
2017-03-16 14:21:09 +00:00
Stephan Kulow
aebd1128f7 Accepting request 317270 from devel:languages:python
Please accept this new RPM.

OBS-URL: https://build.opensuse.org/request/show/317270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=1
2015-07-21 11:27:15 +00:00
Denisart Benjamin
277bf87df4 Accepting request 317265 from home:nemysis
Please accept this new RPM.

OBS-URL: https://build.opensuse.org/request/show/317265
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=1
2015-07-17 14:27:08 +00:00