Ross McFarland
e116d26eec
Implement black formatting
3 years ago
Ross McFarland
044d8561ed
Add idna encode/decode helpers
4 years ago
Ross McFarland
c39733cf91
Update requirements*.txt to the latest
4 years ago
Ross McFarland
c0e38d67f7
pycountry is only a dev requirement in core now
4 years ago
Ross McFarland
49535fa104
Move pycountry-convert to dev requirements
4 years ago
Ross McFarland
65dce06169
We don't explicitly need requests anymore
4 years ago
Ross McFarland
e25b618e95
Initial pass at script/update-requirements, results of run
4 years ago
Ross McFarland
3ed6d743e6
Switch to pytests, add a tiny bit of smoke test coverage to get something coverage no longer gets
4 years ago
Ross McFarland
47f94cc50e
use build module with both sdist and wheel packages
4 years ago
Ross McFarland
6959a9a6e1
Remove python version gates on requirements, all py3 now
4 years ago
Ross McFarland
6354e45d7c
Configurable domain_create_sleep in EasyDnsProvider, 0s for tests
4 years ago
Ross McFarland
c878ec6eee
Install nose no-network and timer plugins, use no-network in test & coverage
4 years ago
Ross McFarland
f64ee57b14
Actually only install twine on 3.x
5 years ago
Ross McFarland
cec53b2180
Require different twines based on python version
5 years ago
Peter Dave Hello
bdf4a6f425
Update development dependency twine to v3.2.0
Twine version < 2.0 was reported has a security vulnerability
From Twine version 2.0+, it requires Python 3.6, but doesn't seem to
have other breaking changes.
Reference:
- https://github.com/pypa/twine/issues/491
- https://twine.readthedocs.io/en/latest/changelog.html
5 years ago
dependabot-preview[bot]
42c55f298e
Bump pycodestyle from 2.5.0 to 2.6.0
Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle ) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/PyCQA/pycodestyle/releases )
- [Changelog](https://github.com/PyCQA/pycodestyle/blob/master/CHANGES.txt )
- [Commits](https://github.com/PyCQA/pycodestyle/compare/2.5.0...2.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years ago
dependabot-preview[bot]
89f32d28b0
Bump pyflakes from 2.1.1 to 2.2.0
Bumps [pyflakes](https://github.com/PyCQA/pyflakes ) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/PyCQA/pyflakes/releases )
- [Changelog](https://github.com/PyCQA/pyflakes/blob/master/NEWS.rst )
- [Commits](https://github.com/PyCQA/pyflakes/compare/2.1.1...2.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years ago
dependabot-preview[bot]
b529b5c303
Bump readme-renderer[md] from 25.0 to 26.0
Bumps [readme-renderer[md]](https://github.com/pypa/readme_renderer ) from 25.0 to 26.0.
- [Release notes](https://github.com/pypa/readme_renderer/releases )
- [Changelog](https://github.com/pypa/readme_renderer/blob/master/CHANGES.rst )
- [Commits](https://github.com/pypa/readme_renderer/compare/25.0...26.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years ago
dependabot-preview[bot]
3ad48f9c4f
Bump readme-renderer[md] from 24.0 to 25.0
Bumps [readme-renderer[md]](https://github.com/pypa/readme_renderer ) from 24.0 to 25.0.
- [Release notes](https://github.com/pypa/readme_renderer/releases )
- [Changelog](https://github.com/pypa/readme_renderer/blob/master/CHANGES.rst )
- [Commits](https://github.com/pypa/readme_renderer/compare/24.0...25.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years ago
dependabot-preview[bot]
a564da68bb
Bump pyflakes from 1.6.0 to 2.1.1
Bumps [pyflakes](https://github.com/PyCQA/pyflakes ) from 1.6.0 to 2.1.1.
- [Release notes](https://github.com/PyCQA/pyflakes/releases )
- [Changelog](https://github.com/PyCQA/pyflakes/blob/master/NEWS.rst )
- [Commits](https://github.com/PyCQA/pyflakes/compare/1.6.0...2.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years ago
dependabot-preview[bot]
0e7b986c15
Bump twine from 1.13.0 to 1.15.0
Bumps [twine](https://github.com/pypa/twine ) from 1.13.0 to 1.15.0.
- [Release notes](https://github.com/pypa/twine/releases )
- [Changelog](https://github.com/pypa/twine/blob/master/docs/changelog.rst )
- [Commits](https://github.com/pypa/twine/compare/1.13.0...1.15.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years ago
dependabot-preview[bot]
a33b75911d
Bump pycodestyle from 2.4.0 to 2.5.0
Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle ) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/PyCQA/pycodestyle/releases )
- [Changelog](https://github.com/PyCQA/pycodestyle/blob/master/CHANGES.txt )
- [Commits](https://github.com/PyCQA/pycodestyle/compare/2.4.0...2.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years ago
Ross McFarland
6959b58b75
Update requirements and setup.py, remove incf.countryutils, promote pycountry-convert
6 years ago
Ross McFarland
3296b55aa6
Include readme_renderer[md] in dev requirements
6 years ago
Ross McFarland
4ae3807627
Render README on pypi as markdown, update twine, fix a couple README bits
7 years ago
Ross McFarland
50ae8054c7
First pass at GeoCodes and geo_data for validating/working with geo codes
7 years ago
Ross McFarland
f86c06d304
Revert the setup.cfg infra and go back to requirements.txt
I've continually run into problems with the setup.cfg route that I'm not
interested in investing the time to debug and fix. Looking around it doesn't
seem to be very common yet so I've had a hard time finding help/docs etc.
8 years ago
Hervé Beraud
77d2fd1eb4
improve setuptools capabilities
8 years ago
Ross McFarland
feec443bb4
Require setuptools new enough to publish to pypi
8 years ago
Ross McFarland
7957a4c018
Initial import of OSS OctoDNS
9 years ago