17
0

63 Commits

Author SHA256 Message Date
51cdc916a3 Accepting request 1318838 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1318838
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=25
2025-11-21 15:56:31 +00:00
3d7e03dac5 Accepting request 1318819 from home:glaubitz:branches:devel:languages:python
- Update to 3.23.2
  * Support subdomains in `dynu` providers (#34)
- from version 3.23.1
  * Fix pagination in `scaleway` provider (#64)
  * Fix tests in `godaddy` provider
- from version 3.23.0
  * Add `desec` provider (#55)
  * Replace the old `linode` provider with `linode4`. `linode4`
    provider name is still usable for retro-compatibility purpose.
- from version 3.22.0
  * Add support of Python 3.14
  * Add relevant URLs in the pyproject.toml for publication in PyPI
  * Make domain comparison case insensitive in DYNU provider to cope
    with zones with uppercase characters
  * Properly close sockets during integration tests
  * Drop support of Python 3.9
- Update BuildRequires from pyproject.toml

OBS-URL: https://build.opensuse.org/request/show/1318819
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=61
2025-11-20 10:56:25 +00:00
5f8b1d2d9c Accepting request 1278542 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1278542
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=24
2025-05-20 15:04:05 +00:00
92e30930a5 Accepting request 1278365 from home:glaubitz:branches:devel:languages:python
- Update to 3.21.1
  * Make provider `dynu` able to work not only with the root domain of a zone (#31)
  * Remove the usage of a deprecated function of beautifulsoup (#29)
- from version 3.21.0
  * Add `devnomads` provider (#19)
  * Add `scaleway` provider (#21)
  * In `ionos` provider, authentication is not required
    when using automatic detection of registrar (#22)
  * In `hover` provider, prevent to send empty bodies in requests
    that would be refused by the API (#26)
  * Remove `webgo` provider (#20)

OBS-URL: https://build.opensuse.org/request/show/1278365
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=59
2025-05-20 08:04:13 +00:00
15c9028dae Accepting request 1236174 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1236174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=23
2025-01-12 10:14:11 +00:00
f2bb683bcf Accepting request 1236024 from home:yacar:branches:devel:languages:python
- update to 3.20.1:
  * Setup Docker entrypoint to run Lexicon by default
- update to 3.20.0:
  * Fix Docker build & migrate image to Github Container registry
- update to 3.19.0:
  * Add regfish provider (#2102)
  * Add ionos provider (#2127)
  * Add support of Python 3.13
  * Migrate build tooling from poetry to uv
  * Provider porkbun now use the new API exposed by the DNS provider (#2069)
  * Drop support of Python 3.8
- update to 3.18.0:
  * Add timeweb provider (#1850)
  * Add qcloud provider (#1824)
  * Update cloudflare documentation regarding the zoneID (#1783)
  * Add support of personal access tokens (PATs) in gandi provider (#1987)
  * Prevent invalid TTL values and proper behavior with subdomains in godaddy provider (#1834)

OBS-URL: https://build.opensuse.org/request/show/1236024
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=57
2025-01-09 12:22:50 +00:00
993e2926a6 Accepting request 1132965 from devel:languages:python
- dnspython is not an optional requirement, bump it to Requires.

OBS-URL: https://build.opensuse.org/request/show/1132965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=22
2023-12-14 21:02:47 +00:00
44fa7a02ef - dnspython is not an optional requirement, bump it to Requires.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=55
2023-12-14 04:39:25 +00:00
914024f4e2 Accepting request 1126890 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1126890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=21
2023-11-28 21:19:54 +00:00
ce6df0884d Accepting request 1126889 from home:pgajdos:python
run tests

OBS-URL: https://build.opensuse.org/request/show/1126889
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=53
2023-11-16 13:17:18 +00:00
a97a984a09 - update to 3.17.0:
* New method to determine the actual zone name for a given
    FQDN. Historically it was an extraction
    of the second-level domain given well-known TLDs (eg.,
    `domain.net` for `www.domain.net`) using
    `tldextract`, and usage of `--delegated` option to enforce a
    specific zone name that is useful for
    third-level domains hosted on a specific zone (eg., sub-zone
    `sub.domain.net` delegated from zone
    `domain.net`).
  * It is now possible to use the `--resolve-zone-name` flag on
    Lexicon client to trigger an actual
    resolution of the zone name from a given FQDN using live DNS
    servers by leveraging `dnspython`
    utilities. Most of the time this makes `--delegated` useless,
    since Lexicon will be able to guess the correct zone name.
  * Add support to Python 3.12.
  * Support older versions of requests (<2.27.0) in `ovh`
    provider.
  * Drop support for Python 3.7
  * Protect `ovh` provider against invalid response bodies
  * that are returned sometimes by OVH APIs.
  * Fix filtering by record content in `godaddy` provider.
  * Add `pyotp` Python dependency in Lexicon to help implementing
    OTP (one-time password) on providers whose API supports this
    kind of authentication.
  * Add OTP support on `hover` provider, with a new flag named
    `--auth-totp-secret`.
  * Add type marker `py.typed` to inform types checkers about
    availability of type annotations in Lexicon codebase.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=52
2023-11-14 12:19:00 +00:00
9404de8f89 Accepting request 1101533 from devel:languages:python
- update to 3.12.0:
  * Add `duckdns` provider (experimental support) (#1533)
  * Add `dnsservices` provider (#1603)
  * Add `flexibleengine` provider (#1600)
  * Official support for Python 3.11
  * Upgrade API version used for `azure` provider (#1606)
  * Various fixes for documentation (#1488 #1458 #1601 #1605)
  * Fix check for extra dependencies (#1568)

OBS-URL: https://build.opensuse.org/request/show/1101533
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=20
2023-08-01 12:15:50 +00:00
a1bce3431c - update to 3.12.0:
* Add `duckdns` provider (experimental support) (#1533)
  * Add `dnsservices` provider (#1603)
  * Add `flexibleengine` provider (#1600)
  * Official support for Python 3.11
  * Upgrade API version used for `azure` provider (#1606)
  * Various fixes for documentation (#1488 #1458 #1601 #1605)
  * Fix check for extra dependencies (#1568)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=50
2023-07-31 12:38:01 +00:00
01c7aedf81 Accepting request 1096280 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1096280
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=19
2023-07-01 21:18:24 +00:00
62ebdcf939 Accepting request 1096265 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1096265
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=48
2023-07-01 10:37:11 +00:00
ee080fa734 Accepting request 1088310 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1088310
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=18
2023-05-22 11:14:42 +00:00
b2da959d2b Accepting request 1088150 from home:bnavigator:branches:devel:languages:python
- Update to 3.11.7
  * Fix easyname provider (update action) (#1442)
- Release 3.11.6
  * Fix hetzner provider with large list of entries (#1389)
- Release 3.11.5
  * Fix upsertRecordSet in yandex provider (#1423)
- Release 3.11.4
  * Better management of domain zone id in yandex provider (#1338)
  * Fix create record action on glesys provider (#1356)
  * Fix create multiple TXT records for the same name in azure
    provider (#1359)
- Release 3.11.3
  * Add porkbun provider (#1283)
- Release 3.11.2
  * Add support of record update without an identifier in yandex
    provider (#1253)
- Release 3.11.1
  * Improve the Oracle Cloud DNS (oci) provider on the
    authentication mechanism (#1251)
  * Add API documentation to Oracle Cloud DNS (#1247)
- Release 3.11.0
  * Add namecom provider (#1212)
  * Fix TLD with two parts for namecheap provider (#1237)
  * Fix entity__name parsing in easyname provider (#1230)
- Release 3.10.0
  * Add --zone-id CLI flag for route53 provider
  * Add yandexcloud provider dedicated to Yandex Cloud solution
    (#1213)
  * Improve documentation with auto-generation
  * Clarify that yandex provider supports Yandex PDD only (#1211)
  * Use UUIDs in aliyun provider to avoid nonce collisions
- Release 3.9.5
  * Add misaka provider (#1205 #556)
  * Fix yandex provider for MX/SRV records (#1201)
  * Fix joker provider by using POST requests instead of GET
    (#1201)
- Update BuildRequirements: full poetry is not needed

OBS-URL: https://build.opensuse.org/request/show/1088150
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=46
2023-05-22 09:04:04 +00:00
6737ff6365 Accepting request 988223 from devel:languages:python
- Remove BuildRequires/Recommends on zeep, due to softlayer-zeep.

OBS-URL: https://build.opensuse.org/request/show/988223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=17
2022-07-11 17:09:29 +00:00
0f56eda20b - Remove BuildRequires/Recommends on zeep, due to softlayer-zeep.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=44
2022-07-11 02:23:56 +00:00
3118682ea6 Accepting request 960376 from devel:languages:python
- Update to Version 3.9.4
  * Add webgo provider
  * Extend possible record types list for dreamhost provider
- Exclude test_oci.py due to failures.
- Remove skip on python36
- Drop remove-mock.patch, included upstream

OBS-URL: https://build.opensuse.org/request/show/960376
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=16
2022-03-09 17:47:50 +00:00
e07b85f5be - Drop remove-mock.patch, included upstream
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=42
2022-03-09 08:09:51 +00:00
293b87707a Accepting request 960324 from home:firstyear:branches:devel:languages:python
- Update to Version 3.9.4
  * Add webgo provider
  * Extend possible record types list for dreamhost provider
- Exclude test_oci.py due to failures.
- Remove skip on python36

OBS-URL: https://build.opensuse.org/request/show/960324
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=41
2022-03-09 04:42:44 +00:00
107c88f036 Accepting request 906310 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/906310
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=15
2021-07-14 21:58:54 +00:00
8307b35db3 Accepting request 906281 from home:dimstar:Factory
- No longer build for python 3.6: not all dependencies are
  available (e.g zeep).

OBS-URL: https://build.opensuse.org/request/show/906281
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=40
2021-07-14 15:03:18 +00:00
3b9ef0238e Accepting request 867444 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/867444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=14
2021-02-02 13:24:39 +00:00
ddcc83e5bd Accepting request 867338 from home:bnavigator:branches:devel:languages:python
- Update to Version 3.5.3
  * Handle large number of hosted zones in route53 provider 
- Changelog for 3.5.2
  * Fix domains in "lock" state with joker provider
- Changelog for 3.5.1
  * Add the Joker.com provider
  * Add environment variable TLDEXTRACT_CACHE_PATH to configure a 
    tldextract cache custom location for Lexicon
  * Old environment variable TLDEXTRACT_CACHE_FILE is deprecated 
    and will be removed in a future release
- Changelog for 3.5.0
  * Avoid installation problems with setuptools==50
  * Migrating codebase to Python 3.6+ specific features (Lexicon
    will explicitly break on older versions now)
  * Fix Easyname provider to work with their new website
- Changelog for 3.4.5
  * Add pagination support to Google Cloud DNS provider (#577)
  * Add official support to Python 3.9
  * Add SSHFP record support to CloudFlare provider (library only)
    (#612)
- Changelog for 3.4.4
  * Fix Gandi provider to use the new LiveDNS API URL
- Changelog for 3.4.3
  * Improve versions constraints by declaring latest major versions
    known to work with Lexicon
- Changelog for 3.4.2
  * Relax versions constraints on Lexicon dependencies until there 
    is a real need. 
- Changelog for 3.4.1
  * Add the Njalla provider

OBS-URL: https://build.opensuse.org/request/show/867338
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=38
2021-01-28 11:24:51 +00:00
98b6e93e37 Accepting request 819315 from devel:languages:python
- Update to 3.3.26:
  * More straightforward approach to configure tests suites
  * Allow updating gandi RRSet TTL
  * Final customizations for hetzner dns api v1. The main fix is, that hetzner
    does not need the fqdn as record name
  * Add initial support for UltraDNS provider
  * Add support for record sets in Route53
  * Give a flag to set explicitly the zone ID and avoid unscoped API tokens
  * Test lowest and highest supported python versions. Move mostly to 3.x
  * Register properly the pytest mark ext_suite_1
  * Use Bearer Token Authorization for Cloudflare API Tokens
  * Remove Hetzner KonsoleH provider that is broken and not maintained
  * Implement pagination for cloudflare

OBS-URL: https://build.opensuse.org/request/show/819315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=13
2020-07-08 17:13:36 +00:00
b386819965 - Update to 3.3.26:
* More straightforward approach to configure tests suites
  * Allow updating gandi RRSet TTL
  * Final customizations for hetzner dns api v1. The main fix is, that hetzner
    does not need the fqdn as record name
  * Add initial support for UltraDNS provider
  * Add support for record sets in Route53
  * Give a flag to set explicitly the zone ID and avoid unscoped API tokens
  * Test lowest and highest supported python versions. Move mostly to 3.x
  * Register properly the pytest mark ext_suite_1
  * Use Bearer Token Authorization for Cloudflare API Tokens
  * Remove Hetzner KonsoleH provider that is broken and not maintained
  * Implement pagination for cloudflare

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=36
2020-07-08 04:51:19 +00:00
760312116e Accepting request 809413 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/809413
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=12
2020-05-28 07:18:00 +00:00
Tomáš Chvátal
462081668b Accepting request 809236 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/809236
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=34
2020-05-27 10:12:49 +00:00
9e5f837bf3 Accepting request 789608 from devel:languages:python
- Update to 3.3.19:
  * Implement retry to handle rate limits in DNSMadeEasy (#442)
  * Updated Link For Constellix API and Added Link for v2 of DNSSimple API
  * Bug fixed: failure if "Forward" Record (#447)
  * add RcodeZero (https://www.rcodezero.at) provider
  * Move test_hostingde provider in the correct place
  * Added example for lexicon usage as a python library
  * Add support for Python 3.8
  * minor fixes for RcodeZero provider: add "Accept" header to request and
    fixed loglevel of debug message
  * Change uri check after login for easyname
  * Fix auto provider handling of parameters. (#473)
  * Adds subaction as query parameter instead of using url argument
  * Introduce Gransy provider. Gransy provider is former Subreg provider, but
    because it works for multiple sites
  * Changes to robst parser 'html5lib' for Hetzner
  * Adds TTL to the digitalocean provider (#482)
- Drop Python 2 support, due to softlayer no longer supporting it
- Delete one broken unit test class

OBS-URL: https://build.opensuse.org/request/show/789608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=11
2020-03-30 21:03:31 +00:00
e7ef0dd615 - Update to 3.3.19:
* Implement retry to handle rate limits in DNSMadeEasy (#442)
  * Updated Link For Constellix API and Added Link for v2 of DNSSimple API
  * Bug fixed: failure if "Forward" Record (#447)
  * add RcodeZero (https://www.rcodezero.at) provider
  * Move test_hostingde provider in the correct place
  * Added example for lexicon usage as a python library
  * Add support for Python 3.8
  * minor fixes for RcodeZero provider: add "Accept" header to request and
    fixed loglevel of debug message
  * Change uri check after login for easyname
  * Fix auto provider handling of parameters. (#473)
  * Adds subaction as query parameter instead of using url argument
  * Introduce Gransy provider. Gransy provider is former Subreg provider, but
    because it works for multiple sites
  * Changes to robst parser 'html5lib' for Hetzner
  * Adds TTL to the digitalocean provider (#482)
- Drop Python 2 support, due to softlayer no longer supporting it
- Delete one broken unit test class

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=32
2020-03-30 05:30:18 +00:00
bd61403029 Accepting request 743980 from devel:languages:python
- Do not pull in zeep dependency as zeep is borked and on the
  way from TW (subreg plugin no longer available)

OBS-URL: https://build.opensuse.org/request/show/743980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=10
2019-10-30 13:48:12 +00:00
Tomáš Chvátal
fa50778a29 - Do not pull in zeep dependency as zeep is borked and on the
way from TW (subreg plugin no longer available)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=30
2019-10-17 11:32:37 +00:00
Ludwig Nussel
ac530a0d62 Accepting request 730635 from devel:languages:python
- Update to 3.3.3:
  * Failsafe list of records when some content is missing
  * Update provider specific dependencies link 
  * Add DirectAdmin Provider (#418) * Add provider skeleton for DirectAdmin

OBS-URL: https://build.opensuse.org/request/show/730635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=9
2019-09-13 13:03:24 +00:00
Tomáš Chvátal
30d8ad2624 - Update to 3.3.3:
* Failsafe list of records when some content is missing
  * Update provider specific dependencies link 
  * Add DirectAdmin Provider (#418) * Add provider skeleton for DirectAdmin

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=28
2019-09-13 08:51:33 +00:00
26128bd931 Accepting request 718794 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/718794
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=8
2019-07-26 15:34:01 +00:00
Tomáš Chvátal
96173d80df Accepting request 718791 from home:pgajdos
- version update to 3.3.1
  * Added provider logic & test recordings. Integration tests passed.
  * Added myself to codeowners file
  * Fixed the lint. Removed rtype filter in _update & _delete methods. Added _identifier helper
  * Update integration test recordings. Add provider to readme | iperurena

OBS-URL: https://build.opensuse.org/request/show/718791
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=26
2019-07-26 09:30:28 +00:00
af16bfc71f Accepting request 704697 from devel:languages:python
- Update to 3.2.6:
  * Varous pylint fixes

OBS-URL: https://build.opensuse.org/request/show/704697
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=7
2019-05-22 13:40:59 +00:00
Tomáš Chvátal
f0820270de - Update to 3.2.6:
* Varous pylint fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=24
2019-05-22 09:54:16 +00:00
88d3e1f700 Accepting request 693674 from devel:languages:python
- Do not use pytest macro for now to get this quickly to 15.1

OBS-URL: https://build.opensuse.org/request/show/693674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=6
2019-04-14 10:22:52 +00:00
Tomáš Chvátal
7ed535ece6 - Do not use pytest macro for now to get this quickly to 15.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=22
2019-04-12 09:10:40 +00:00
44cdd383cb Accepting request 692292 from devel:languages:python
- Update to 3.2.1:
  * Fix resolution of dependencies in a regular install of lexicon distribution
  * Mark more tests as expected failures
  * Fix the the updates of Gandi records of a specific type (#384)
  * Fix the if-condition that handles the updates of Gandi records of a specific rtype
- Drop merged patch:
  * ioerror.patch

OBS-URL: https://build.opensuse.org/request/show/692292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=5
2019-04-08 18:54:04 +00:00
Tomáš Chvátal
f922bf5104 * Fix the the updates of Gandi records of a specific type (#384)
* Fix the if-condition that handles the updates of Gandi records of a specific rtype

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=20
2019-04-08 12:59:38 +00:00
Tomáš Chvátal
328520a18c - Update to 3.2.1:
* Fix resolution of dependencies in a regular install of lexicon distribution
  * Mark more tests as expected failures
  * Fix the the updates of Gandi records of a specific type (#384) * Fix the if-condition that handles the updates of Gandi records of a specific rtype
- Drop merged patch:
  * ioerror.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=19
2019-04-05 11:24:39 +00:00
8411580723 Accepting request 682855 from devel:languages:python
- Update to 3.1.6:
  * Various changes, no upstream changelog
- Add patch to fix network detection:
  * ioerror.patch
- Drop merged patch:
  * multiple-fixes-to-test_hetzner.patch

OBS-URL: https://build.opensuse.org/request/show/682855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=4
2019-03-12 08:54:06 +00:00
Tomáš Chvátal
cfb72e5480 - Update to 3.1.6:
* Various changes, no upstream changelog
- Add patch to fix network detection:
  * ioerror.patch
- Drop merged patch:
  * multiple-fixes-to-test_hetzner.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=17
2019-03-08 13:53:00 +00:00
Stephan Kulow
97231fe844 Accepting request 670062 from devel:languages:python
- Drop pytest reqs that are not really needed to reduce dependency
  pull

OBS-URL: https://build.opensuse.org/request/show/670062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=3
2019-02-02 20:49:19 +00:00
Tomáš Chvátal
5a9b6ab596 - Drop pytest reqs that are not really needed to reduce dependency
pull

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=15
2019-01-30 08:22:46 +00:00
e08a7e30bb Accepting request 661962 from devel:languages:python
- Remove fix_regexps.patch and replace it with
  multiple-fixes-to-test_hetzner.patch, which fixes the same rpmlint
  issue and fixes test-hetzner above (gh#AnalogJ/lexicon#333)
- Requires localzone -> python-localzone
- Update to version 3.0.7
- Update BuildRequries and Requires from setup.py
  and test-requirements.txt

OBS-URL: https://build.opensuse.org/request/show/661962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=2
2019-01-03 17:06:42 +00:00