Codebase list django-ipware / de9f7c7
Update upstream source from tag 'upstream/4.0.1' Update to upstream version '4.0.1' with Debian dir 6a1a4858dc94d7b67a878c69fd32ddebbf68b846 Lena Voytek 1 year, 10 months ago
6 changed file(s) with 19 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
1414 strategy:
1515 matrix:
1616 python-version: [3.6, 3.7, 3.8, pypy3]
17 django-version: [2.2, 3.0, 3.1, 3.2]
18
17 django-version: [2.2, 3.0, 3.1, 3.2, 4.0]
18 exclude:
19 # excludes list
20 - python-version: 3.6
21 django-version: 4.0
22 - python-version: 3.7
23 django-version: 4.0
24 - python-version: pypy3
25 django-version: 4.0
1926 steps:
2027 - uses: actions/checkout@v2
2128 - name: setup python
0 ## 4.0.1
1
2 Enhancement:
3
4 - Added test for django 4.0 (Thx PetrDlouhy)
5
06 ## 4.0.0
17
28 Enhancement:
44 __url__ = 'https://github.com/un33k/django-ipware'
55 __license__ = 'MIT'
66 __copyright__ = 'Copyright 2020 Val Neekman @ Neekware Inc.'
7 __version__ = '4.0.0'
7 __version__ = '4.0.1'
00 from django.apps import AppConfig
1 from django.utils.translation import ugettext_lazy as _
1 from django.utils.translation import gettext_lazy as _
22
33
44 class IPwareConfig(AppConfig):
0 Django==3.2.5
0 Django==4.0
11 pycodestyle==2.7.0
22 flake8==3.9.2
33 twine==3.4.2
6666 'Development Status :: 5 - Production/Stable',
6767 'Intended Audience :: Developers',
6868 'Natural Language :: English',
69 'License :: OSI Approved :: Apache Software License',
69 'License :: OSI Approved :: MIT License',
7070 'Programming Language :: Python',
7171 'Programming Language :: Python :: 3',
7272 'Programming Language :: Python :: 3.6',