14
0

31 Commits

Author SHA256 Message Date
5185790c61 - 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
1e29122a9a - 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
af432cb012 - 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
db886dc6d8 - 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
ce9aced734 - 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
75216326a5 - 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
Sebastian Wagner
7291a83032 - 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
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
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
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
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
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
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
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
Sebastian Wagner
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
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
Sebastian Wagner
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
Sebastian Wagner
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
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
Sebastian Wagner
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
Sebastian Wagner
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
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
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
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
Sebastian Wagner
b5dac7c890 - Update to version 0.6.5:
* No changes
- Update to version 0.6.4:
 * No changes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=10
2019-03-16 13:25:51 +00:00
Sebastian Wagner
d749fce441 - Update to version 0.6.3:
* No changes
- Update to version 0.6.2:
 * No changes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=8
2019-01-15 21:30:23 +00:00
7fdd23cf53 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=6
2018-12-04 13:48:35 +00:00
Sebastian Wagner
71bc645646 - update to version 0.6.1:
- cleanup pypi descriptors
- update to version 0.6.0:
 - support for icann-only suffixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=4
2018-05-21 06:49:02 +00:00
Sebastian Wagner
8351dcc3dd - add change_psl_location.patch to use list from publicsuffix package.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=3
2018-05-14 09:49:21 +00:00
Tomáš Chvátal
1fff413669 Accepting request 592738 from home:sebix
can also maintain it
new version, patch was merged upstream

OBS-URL: https://build.opensuse.org/request/show/592738
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffixlist?expand=0&rev=1
2018-03-31 08:34:26 +00:00