17
0
Commit Graph

61 Commits

Author SHA256 Message Date
5f3f1ced2a Accepting request 1273221 from devel:languages:python
- update to 1.0.2.20250428:
  * various toplevel domain updates

OBS-URL: https://build.opensuse.org/request/show/1273221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=30
2025-04-29 14:40:42 +00:00
d539400687 - update to 1.0.2.20250428:
* various toplevel domain updates

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=59
2025-04-28 16:56:19 +00:00
e755c47d6c Accepting request 1248484 from devel:languages:python
- update to 1.0.2.20250225:
  * various toplevel domain updates

OBS-URL: https://build.opensuse.org/request/show/1248484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=29
2025-02-26 16:18:13 +00:00
11d39f6186 - update to 1.0.2.20250225:
* various toplevel domain updates

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=57
2025-02-25 20:39:16 +00:00
2fcc116248 Accepting request 1225321 from devel:languages:python
- update to 1.0.2.20241120:
  * various toplevel domain updates

OBS-URL: https://build.opensuse.org/request/show/1225321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=28
2024-11-20 16:44:44 +00:00
cc7dba9488 - update to 1.0.2.20241120:
* various toplevel domain updates

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=55
2024-11-20 15:27:07 +00:00
9d851afb60 Accepting request 1222055 from devel:languages:python
- update to 1.0.2.20241107:
  * various toplevel domain updates

OBS-URL: https://build.opensuse.org/request/show/1222055
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=27
2024-11-07 15:28:15 +00:00
bbb66cd3d8 - update to 1.0.2.20241107:
* various toplevel domain updates

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=53
2024-11-07 09:09:17 +00:00
670dad3f95 Accepting request 1208850 from devel:languages:python
- update to 1.0.2.20241018:
  * various toplevel domain updates

OBS-URL: https://build.opensuse.org/request/show/1208850
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=26
2024-10-18 13:58:42 +00:00
3c503a4977 - update to 1.0.2.20241018:
* various toplevel domain updates

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=51
2024-10-18 10:50:22 +00:00
b56b902c95 Accepting request 1204747 from devel:languages:python
- update to 1.0.2.20240927:
  * various toplevel domain updates

OBS-URL: https://build.opensuse.org/request/show/1204747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=25
2024-09-30 13:42:23 +00:00
023772f489 - update to 1.0.2.20240927:
* various toplevel domain updates

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=49
2024-09-30 10:38:18 +00:00
f189722b8e Accepting request 1198779 from devel:languages:python
- update to version 1.0.2:
 - Use @typing.overload to indicate str-to-str domain input/output. #32.
 - Address deprecation of ByteString in python 3.14.
- update to version 1.0.1:
 - Fix internal logic where domain name passed as a tuple of bytes, that contains
   UTF-8 encoded non-ascii chars, unintentionally matched PSL. Fixes #31.
- update to version 1.0.0:
 - This version drops support for Python 2.x and 3.4.
 - The internal logic has been slightly changed to address conflicting evaluation
   rules between the PSL wiki and the test data.
   As with versions before 1.0.0, this module assumes that wildcards have
   implicit public declarations on the wildcard root.
 - With the minimum Python version changed to 3.5, type annotations have
  been added to exposed API methods to clarify expected input types.
  For example, psl.publicsuffix() now accepts `str` or `Tuple[bytes, ...]`.
 - Add tuple of bytes style input
 - Add keep_case keyword argument
 - Accept trailing dot
 - Migrate CI to GitHub Actions
- update to 0.10.0.20240420:
  * various toplevel domain updates
- update to 0.10.0.20240412:
  * various toplevel domain updates
- update to 0.10.0.20240312:
  * various toplevel domain updates
- Update to  0.10.0.20240214:
  * various toplevel domain updates
- Switch to autosetup and pyproject macros.
- No more greedy globs in %files.
- update to 0.10.0.20240108:
  * various toplevel domain updates
- update to 0.10.0.20231214:
  * various toplevel domain updates
- Update to version 0.10.0.20231109:
  * switch to automatically generated and uploaded to PyPI
  release.
- Update to version 0.9.1
  * Use underscore in setup.cfg format
- Update to version to 0.9.0
  * Update PSL
  * Add tests for accept_unknown as method argument
  * Fix using a non-default accept_unknown in privatesuffix()
- Update to version to 0.8.0
  * Update PSL
  * Ensure privateparts returns lowercase labels
  * Fix is_public for upper case input
  * Fix lowercase for TLD only suffix
  * Update PSL
  * Update PSL
  * Update PSL
  * Increment version
  * Update PSL
  * Add testcase for wildcard match
  * Update test data and readme link
  * Update PSL
  * Update PSL
  * Migrate CI to travis-ci.com
  * Update PSL
  * Update PSL
  * Update PSL
  * Update PSL
- Update to version 0.7.11:
 - Add testcase for wildcard match.
 - Update test data and readme link.
   - Fixes issue #19
 - Update PSL.
- Update to version 0.7.10:
 - Update PSL.
- Update to version 0.7.9:
 - Update PSL.
- update to version 0.7.8:
 - Update PSL
- version update to 0.7.7
  * PSL updates
- Remove tests from runtime package
- Update to v0.7.3-5
  * PSL updates
- Update to version 0.7.2:
 * Fix PSL file timestamp offset caused by TZ.
- Update to version 0.7.1:
 * Update PSL.
- Update to version 0.7.0:
 * Drop Python 2.5 support.
 * Use file context managers.
- Update to version to 0.6.15:
 * Update PSL.
- Update to version 0.6.14:
 * Use privatesuffix instead of its alias.
 * Fix typo.
- Update to 0.6.13
  * no changelog found
- Update to 0.6.11:
  * no upstream changelog
- Update to 0.6.9:
  * no upstream changelog
- version update to 0.6.7
  * no upstream changelog
- Update to version 0.6.5:
 * No changes
- Update to version 0.6.4:
 * No changes
- Update to version 0.6.3:
 * No changes
- Update to version 0.6.2:
 * No changes
- Remove superfluous devel dependency for noarch package
- update to version 0.6.1:
 - cleanup pypi descriptors
- update to version 0.6.0:
 - support for icann-only suffixes
- add change_psl_location.patch to use list from publicsuffix package.
- initial package for version 0.5.0

OBS-URL: https://build.opensuse.org/request/show/1198779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=24
2024-09-05 13:47:06 +00:00
a10be5223c - update to version 1.0.2:
- Use @typing.overload to indicate str-to-str domain input/output. #32.
 - Address deprecation of ByteString in python 3.14.
- update to version 1.0.1:
 - Fix internal logic where domain name passed as a tuple of bytes, that contains
   UTF-8 encoded non-ascii chars, unintentionally matched PSL. Fixes #31.
- update to version 1.0.0:
 - This version drops support for Python 2.x and 3.4.
 - The internal logic has been slightly changed to address conflicting evaluation
   rules between the PSL wiki and the test data.
   As with versions before 1.0.0, this module assumes that wildcards have
   implicit public declarations on the wildcard root.
 - With the minimum Python version changed to 3.5, type annotations have
  been added to exposed API methods to clarify expected input types.
  For example, psl.publicsuffix() now accepts `str` or `Tuple[bytes, ...]`.
 - Add tuple of bytes style input
 - Add keep_case keyword argument
 - Accept trailing dot
 - Migrate CI to GitHub Actions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=47
2024-09-04 10:01:09 +00:00
43984045df Accepting request 1169470 from devel:languages:python
- update to 0.10.0.20240420:
  * various toplevel domain updates

OBS-URL: https://build.opensuse.org/request/show/1169470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=23
2024-04-21 18:28:56 +00:00
22c01f5274 - update to 0.10.0.20240420:
* various toplevel domain updates

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=45
2024-04-21 08:37:58 +00:00
c73f862647 Accepting request 1167782 from devel:languages:python
- update to 0.10.0.20240412:
  * various toplevel domain updates

OBS-URL: https://build.opensuse.org/request/show/1167782
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=22
2024-04-15 18:18:14 +00:00
cb90a6dc4b - update to 0.10.0.20240412:
* various toplevel domain updates

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=43
2024-04-15 09:41:15 +00:00
8885516d27 Accepting request 1159229 from devel:languages:python
- update to 0.10.0.20240312:
  * various toplevel domain updates

OBS-URL: https://build.opensuse.org/request/show/1159229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=21
2024-03-19 16:32:10 +00:00
1435e314a1 - update to 0.10.0.20240312:
* various toplevel domain updates

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=41
2024-03-19 07:09:18 +00:00
8746815eed Accepting request 1153731 from devel:languages:python
- Update to  0.10.0.20240214:
  * various toplevel domain updates
- Switch to autosetup and pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/request/show/1153731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=20
2024-03-01 22:36:39 +00:00
8dc76ee6f6 - Update to 0.10.0.20240214:
* various toplevel domain updates
- Switch to autosetup and pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=39
2024-03-01 04:30:53 +00:00
05b3f097fb Accepting request 1137815 from devel:languages:python
- update to 0.10.0.20240108:
  * various toplevel domain updates

OBS-URL: https://build.opensuse.org/request/show/1137815
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=19
2024-01-10 20:51:58 +00:00
a87f4bfff7 - update to 0.10.0.20240108:
* various toplevel domain updates

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=37
2024-01-09 21:34:59 +00:00
0cc3fd1a35 Accepting request 1135320 from devel:languages:python
- update to 0.10.0.20231214:
  * various toplevel domain updates

OBS-URL: https://build.opensuse.org/request/show/1135320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=18
2023-12-28 22:02:09 +00:00
2a1bace073 - update to 0.10.0.20231214:
* various toplevel domain updates

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=35
2023-12-27 14:09:08 +00:00
cf1cf0646d Accepting request 1125881 from devel:languages:python
- Update to version 0.10.0.20231109:
  * switch to automatically generated and uploaded to PyPI
  release.

- Update to version 0.9.1

OBS-URL: https://build.opensuse.org/request/show/1125881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=17
2023-11-14 20:43:46 +00:00
614166f810 - Update to version 0.10.0.20231109:
* switch to automatically generated and uploaded to PyPI
  release.
- Update to version 0.9.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=33
2023-11-14 13:18:33 +00:00
d3fc775a76 Accepting request 1034312 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1034312
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=16
2022-11-08 09:54:29 +00:00
9d8be0feb5 Accepting request 1032037 from home:yarunachalam:branches:devel:languages:python
- Update to version 0.9.1 
  * Use underscore in setup.cfg format

OBS-URL: https://build.opensuse.org/request/show/1032037
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=31
2022-10-29 06:52:22 +00:00
3b02aadb8e Accepting request 1008241 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1008241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=15
2022-10-06 05:42:33 +00:00
bb5294386b Accepting request 1008047 from home:yarunachalam:branches:devel:languages:python
- Update to version to 0.9.0
  * Update PSL
  * Add tests for accept_unknown as method argument
  * Fix using a non-default accept_unknown in privatesuffix()
- Update to version to 0.8.0
  * Update PSL
  * Ensure privateparts returns lowercase labels
  * Fix is_public for upper case input
  * Fix lowercase for TLD only suffix
  * Update PSL
  * Update PSL
  * Update PSL
  * Increment version
  * Update PSL
  * Add testcase for wildcard match
  * Update test data and readme link
  * Update PSL
  * Update PSL
  * Migrate CI to travis-ci.com
  * Update PSL
  * Update PSL
  * Update PSL
  * Update PSL

OBS-URL: https://build.opensuse.org/request/show/1008047
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=29
2022-10-05 14:57:05 +00:00
0c022edbfd Accepting request 942204 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/942204
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=14
2021-12-23 16:53:51 +00:00
3c57424ecf - Update to version 0.7.11:
- Add testcase for wildcard match.
 - Update test data and readme link.
   - Fixes issue #19
 - Update PSL.
- Update to version 0.7.10:
 - Update PSL.
- Update to version 0.7.9:
 - Update PSL.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=28
2021-12-16 08:14:07 +00:00
b6822054aa Accepting request 897886 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/897886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=13
2021-06-06 20:41:06 +00:00
d90b0e89af Accepting request 895720 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/895720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=12
2021-06-01 08:37:26 +00:00
95f87c4343 - update to version 0.7.8:
- Update PSL

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=25
2021-05-30 17:02:08 +00:00
9afa9f5404 Accepting request 895711 from home:pgajdos:python
setup.py test replacement

OBS-URL: https://build.opensuse.org/request/show/895711
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=24
2021-05-27 09:50:17 +00:00
be07309815 Accepting request 849432 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/849432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=11
2020-11-21 11:41:46 +00:00
1fb4384eb5 Accepting request 849341 from home:jayvdb:branches:devel:languages:python
- Remove tests from runtime package
- Update to v0.7.3-5
  * PSL updates

OBS-URL: https://build.opensuse.org/request/show/849341
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=22
2020-11-19 13:23:56 +00:00
66349f9688 Accepting request 813224 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/813224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=10
2020-06-11 08:08:35 +00:00
eceec07b74 - Update to version 0.7.2:
* Fix PSL file timestamp offset caused by TZ.
- Update to version 0.7.1:
 * Update PSL.
- Update to version 0.7.0:
 * Drop Python 2.5 support.
 * Use file context managers.
- Update to version to 0.6.15:
 * Update PSL.
- Update to version 0.6.14:
 * Use privatesuffix instead of its alias.
 * Fix typo.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=20
2020-06-03 11:19:31 +00:00
e59a2b728b Accepting request 786377 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/786377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=9
2020-03-19 18:51:19 +00:00
f629a8f0c0 Accepting request 786374 from home:mcalabkova:branches:devel:languages:python
- Update to 0.6.13
  * no changelog found

OBS-URL: https://build.opensuse.org/request/show/786374
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=18
2020-03-19 09:43:21 +00:00
dd1f100c1b Accepting request 729887 from devel:languages:python
- Update to 0.6.11:
  * no upstream changelog

OBS-URL: https://build.opensuse.org/request/show/729887
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=8
2019-09-11 08:39:39 +00:00
Tomáš Chvátal
0d118b606d - Update to 0.6.11:
* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=16
2019-09-10 12:58:44 +00:00
629b022f00 Accepting request 717848 from devel:languages:python
- Update to 0.6.9:
  * no upstream changelog

OBS-URL: https://build.opensuse.org/request/show/717848
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=7
2019-07-23 20:39:11 +00:00
Tomáš Chvátal
880b7ccf92 - Update to 0.6.9:
* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=14
2019-07-23 10:57:41 +00:00
7e0929cc2e Accepting request 704166 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/704166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-publicsuffixlist?expand=0&rev=6
2019-05-20 11:18:41 +00:00
Tomáš Chvátal
a77a033fae Accepting request 704164 from home:pgajdos
- version update to 0.6.7
  * no upstream changelog

OBS-URL: https://build.opensuse.org/request/show/704164
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=12
2019-05-20 08:20:27 +00:00