pkg-about 1.2.0__zip → 1.2.2__zip

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. {pkg_about-1.2.0 → pkg_about-1.2.2}/CHANGES.rst +8 -0
  2. {pkg_about-1.2.0 → pkg_about-1.2.2}/PKG-INFO +25 -17
  3. {pkg_about-1.2.0 → pkg_about-1.2.2}/README.rst +6 -6
  4. {pkg_about-1.2.0 → pkg_about-1.2.2}/pyproject.toml +45 -45
  5. {pkg_about-1.2.0 → pkg_about-1.2.2}/src/pkg_about.egg-info/PKG-INFO +25 -17
  6. {pkg_about-1.2.0 → pkg_about-1.2.2}/src/pkg_about.egg-info/requires.txt +4 -4
  7. {pkg_about-1.2.0 → pkg_about-1.2.2}/tests/test_main.py +5 -5
  8. {pkg_about-1.2.0 → pkg_about-1.2.2}/.readthedocs.yml +0 -0
  9. {pkg_about-1.2.0 → pkg_about-1.2.2}/LICENSE +0 -0
  10. {pkg_about-1.2.0 → pkg_about-1.2.2}/MANIFEST.in +0 -0
  11. {pkg_about-1.2.0 → pkg_about-1.2.2}/docs/CHANGES.rst +0 -0
  12. {pkg_about-1.2.0 → pkg_about-1.2.2}/docs/README.rst +0 -0
  13. {pkg_about-1.2.0 → pkg_about-1.2.2}/docs/_static/.keep +0 -0
  14. {pkg_about-1.2.0 → pkg_about-1.2.2}/docs/_templates/.keep +0 -0
  15. {pkg_about-1.2.0 → pkg_about-1.2.2}/docs/conf.py +0 -0
  16. {pkg_about-1.2.0 → pkg_about-1.2.2}/docs/index.rst +0 -0
  17. {pkg_about-1.2.0 → pkg_about-1.2.2}/setup.cfg +0 -0
  18. {pkg_about-1.2.0 → pkg_about-1.2.2}/src/pkg_about/__about__.py +0 -0
  19. {pkg_about-1.2.0 → pkg_about-1.2.2}/src/pkg_about/__init__.py +0 -0
  20. {pkg_about-1.2.0 → pkg_about-1.2.2}/src/pkg_about/_about.py +0 -0
  21. {pkg_about-1.2.0 → pkg_about-1.2.2}/src/pkg_about.egg-info/SOURCES.txt +0 -0
  22. {pkg_about-1.2.0 → pkg_about-1.2.2}/src/pkg_about.egg-info/dependency_links.txt +0 -0
  23. {pkg_about-1.2.0 → pkg_about-1.2.2}/src/pkg_about.egg-info/top_level.txt +0 -0
  24. {pkg_about-1.2.0 → pkg_about-1.2.2}/src/pkg_about.egg-info/zip-safe +0 -0
  25. {pkg_about-1.2.0 → pkg_about-1.2.2}/tests/__init__.py +0 -0
  26. {pkg_about-1.2.0 → pkg_about-1.2.2}/tests/__main__.py +0 -0
  27. {pkg_about-1.2.0 → pkg_about-1.2.2}/tests/data/.keep +0 -0
@@ -1,6 +1,14 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ 1.2.2 (2024-10-30)
5
+ ------------------
6
+ - Setup (dependencies) update.
7
+
8
+ 1.2.1 (2024-10-09)
9
+ ------------------
10
+ - Setup (dependencies) update.
11
+
4
12
  1.2.0 (2024-09-30)
5
13
  ------------------
6
14
  - Drop support for Python 3.8
@@ -1,18 +1,18 @@
1
1
  Metadata-Version: 2.1
2
- Name: pkg-about
3
- Version: 1.2.0
2
+ Name: pkg_about
3
+ Version: 1.2.2
4
4
  Summary: Shares Python package metadata at runtime.
5
5
  Author: Adam Karpierz
6
6
  Author-email: adam@karpierz.net
7
7
  Maintainer: Adam Karpierz
8
8
  Maintainer-email: adam@karpierz.net
9
9
  License: zlib/libpng License ; https://opensource.org/license/zlib
10
- Project-URL: Homepage, https://pypi.org/project/pkg-about/
10
+ Project-URL: Homepage, https://pypi.org/project/pkg_about/
11
11
  Project-URL: Documentation, https://pkg-about.readthedocs.io/
12
- Project-URL: Download, https://pypi.org/project/pkg-about/
13
- Project-URL: Source, https://github.com/karpierz/pkg-about
14
- Project-URL: Issues, https://github.com/karpierz/pkg-about/issues
15
- Keywords: pkg-about,pkg_about,__about__,packaging
12
+ Project-URL: Download, https://pypi.org/project/pkg_about/
13
+ Project-URL: Source, https://github.com/karpierz/pkg_about
14
+ Project-URL: Issues, https://github.com/karpierz/pkg_about/issues
15
+ Keywords: pkg_about,__about__,packaging
16
16
  Platform: any
17
17
  Classifier: Development Status :: 5 - Production/Stable
18
18
  Classifier: Intended Audience :: Developers
@@ -33,14 +33,14 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
33
33
  Requires-Python: <4.0.0,>=3.9.0
34
34
  Description-Content-Type: text/x-rst; charset=UTF-8
35
35
  License-File: LICENSE
36
- Requires-Dist: setuptools>=75.1.0
36
+ Requires-Dist: setuptools>=75.3.0
37
37
  Requires-Dist: packaging>=24.1.0
38
38
  Requires-Dist: importlib-metadata>=8.5.0
39
- Requires-Dist: tomli>=2.0.1; python_version < "3.11"
39
+ Requires-Dist: tomli>=2.0.2; python_version < "3.11"
40
40
  Requires-Dist: docutils>=0.21.2
41
41
  Provides-Extra: doc
42
42
  Requires-Dist: Sphinx>=7.4.7; extra == "doc"
43
- Requires-Dist: sphinx-toolbox>=3.8.0; extra == "doc"
43
+ Requires-Dist: sphinx-toolbox>=3.8.1; extra == "doc"
44
44
  Requires-Dist: sphinx-tabs>=3.4.5; extra == "doc"
45
45
  Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
46
46
  Requires-Dist: sphinxcontrib-spelling>=8.0.0; extra == "doc"
@@ -49,9 +49,9 @@ Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
49
49
  Requires-Dist: nbsphinx>=0.9.5; extra == "doc"
50
50
  Provides-Extra: test
51
51
  Requires-Dist: deepdiff>=8.0.1; extra == "test"
52
- Requires-Dist: rich>=13.8.1; extra == "test"
52
+ Requires-Dist: rich>=13.9.4; extra == "test"
53
53
 
54
- pkg-about
54
+ pkg_about
55
55
  =========
56
56
 
57
57
  Shares Python package metadata at runtime.
@@ -134,17 +134,25 @@ Authors
134
134
 
135
135
  * Adam Karpierz <adam@karpierz.net>
136
136
 
137
- .. |package| replace:: pkg-about
138
- .. |package_bold| replace:: **pkg-about**
137
+ .. |package| replace:: pkg_about
138
+ .. |package_bold| replace:: **pkg_about**
139
139
  .. |copyright| replace:: Copyright (c) 2020-2024 Adam Karpierz
140
- .. |respository| replace:: https://github.com/karpierz/pkg-about.git
141
- .. _Development page: https://github.com/karpierz/pkg-about
142
- .. _PyPI record: https://pypi.org/project/pkg-about/
140
+ .. |respository| replace:: https://github.com/karpierz/pkg_about.git
141
+ .. _Development page: https://github.com/karpierz/pkg_about
142
+ .. _PyPI record: https://pypi.org/project/pkg_about/
143
143
  .. _Documentation: https://pkg-about.readthedocs.io/
144
144
 
145
145
  Changelog
146
146
  =========
147
147
 
148
+ 1.2.2 (2024-10-30)
149
+ ------------------
150
+ - Setup (dependencies) update.
151
+
152
+ 1.2.1 (2024-10-09)
153
+ ------------------
154
+ - Setup (dependencies) update.
155
+
148
156
  1.2.0 (2024-09-30)
149
157
  ------------------
150
158
  - Drop support for Python 3.8
@@ -1,4 +1,4 @@
1
- pkg-about
1
+ pkg_about
2
2
  =========
3
3
 
4
4
  Shares Python package metadata at runtime.
@@ -81,10 +81,10 @@ Authors
81
81
 
82
82
  * Adam Karpierz <adam@karpierz.net>
83
83
 
84
- .. |package| replace:: pkg-about
85
- .. |package_bold| replace:: **pkg-about**
84
+ .. |package| replace:: pkg_about
85
+ .. |package_bold| replace:: **pkg_about**
86
86
  .. |copyright| replace:: Copyright (c) 2020-2024 Adam Karpierz
87
- .. |respository| replace:: https://github.com/karpierz/pkg-about.git
88
- .. _Development page: https://github.com/karpierz/pkg-about
89
- .. _PyPI record: https://pypi.org/project/pkg-about/
87
+ .. |respository| replace:: https://github.com/karpierz/pkg_about.git
88
+ .. _Development page: https://github.com/karpierz/pkg_about
89
+ .. _PyPI record: https://pypi.org/project/pkg_about/
90
90
  .. _Documentation: https://pkg-about.readthedocs.io/
@@ -3,17 +3,17 @@
3
3
 
4
4
  [build-system]
5
5
  build-backend = 'setuptools.build_meta'
6
- requires = ['setuptools>=75.1.0', 'wheel>=0.44.0', 'packaging>=24.1.0', 'tox>=4.20.0']
6
+ requires = ['setuptools>=75.3.0', 'wheel>=0.44.0', 'packaging>=24.1.0', 'tox>=4.23.2']
7
7
 
8
8
  [project]
9
- name = 'pkg-about'
10
- version = '1.2.0'
9
+ name = 'pkg_about'
10
+ version = '1.2.2'
11
11
  description = 'Shares Python package metadata at runtime.'
12
- urls.Homepage = 'https://pypi.org/project/pkg-about/'
12
+ urls.Homepage = 'https://pypi.org/project/pkg_about/'
13
13
  urls.Documentation = 'https://pkg-about.readthedocs.io/'
14
- urls.Download = 'https://pypi.org/project/pkg-about/'
15
- urls.Source = 'https://github.com/karpierz/pkg-about'
16
- urls.Issues = 'https://github.com/karpierz/pkg-about/issues'
14
+ urls.Download = 'https://pypi.org/project/pkg_about/'
15
+ urls.Source = 'https://github.com/karpierz/pkg_about'
16
+ urls.Issues = 'https://github.com/karpierz/pkg_about/issues'
17
17
  license = { text = 'zlib/libpng License ; https://opensource.org/license/zlib' }
18
18
  authors = [
19
19
  { name = 'Adam Karpierz' },
@@ -23,7 +23,7 @@ maintainers = [
23
23
  { name = 'Adam Karpierz' },
24
24
  { email = 'adam@karpierz.net' },
25
25
  ]
26
- keywords = ['pkg-about', 'pkg_about', '__about__', 'packaging']
26
+ keywords = ['pkg_about', '__about__', 'packaging']
27
27
  classifiers = [
28
28
  'Development Status :: 5 - Production/Stable',
29
29
  'Intended Audience :: Developers',
@@ -45,10 +45,10 @@ classifiers = [
45
45
  requires-python = '>=3.9.0,<4.0.0'
46
46
  dependencies = [
47
47
  # mandatory
48
- 'setuptools>=75.1.0',
48
+ 'setuptools>=75.3.0',
49
49
  'packaging>=24.1.0',
50
50
  'importlib-metadata>=8.5.0',
51
- 'tomli>=2.0.1 ; python_version < "3.11"',
51
+ 'tomli>=2.0.2 ; python_version < "3.11"',
52
52
  'docutils>=0.21.2',
53
53
  # others
54
54
  ]
@@ -56,8 +56,8 @@ dynamic = ['readme']
56
56
  [project.optional-dependencies]
57
57
  doc = [
58
58
  'Sphinx>=7.4.7',
59
- 'sphinx-toolbox>=3.8.0',
60
- 'sphinx-tabs>=3.4.5',
59
+ 'sphinx-toolbox>=3.8.1',
60
+ 'sphinx-tabs>=3.4.5', # don't touch! sphinx-toolbox requires <3.4.7
61
61
  'sphinx-copybutton>=0.5.2',
62
62
  'sphinxcontrib-spelling>=8.0.0',
63
63
  'sphinx-lint>=1.0.0',
@@ -66,7 +66,7 @@ doc = [
66
66
  ]
67
67
  test = [
68
68
  'deepdiff>=8.0.1',
69
- 'rich>=13.8.1',
69
+ 'rich>=13.9.4',
70
70
  ]
71
71
 
72
72
  [project.scripts]
@@ -160,7 +160,7 @@ count = true
160
160
  [tool.tox]
161
161
  legacy_tox_ini = """
162
162
  [tox]
163
- envlist = py{39,310,311,312,313}, pypy{39,310}, docs
163
+ env_list = py{39,310,311,312,313}, pypy{39,310}, docs
164
164
  labels =
165
165
  py = py{39,310,311,312,313}, pypy{39,310}
166
166
  prepare = prepare
@@ -169,34 +169,34 @@ labels =
169
169
  docs = docs
170
170
  build = py{39,310,311,312,313}, pypy{39,310}, docs, build
171
171
  deploy = py{39,310,311,312,313}, pypy{39,310}, docs, build, publish
172
- minversion = 4.20.0
172
+ min_version = 4.23.2
173
173
  skip_missing_interpreters = true
174
174
  requires =
175
175
  {[base]deps}
176
- virtualenv>=20.26.6
176
+ virtualenv>=20.27.1
177
177
  tox-tags>=0.2.0
178
178
 
179
179
  [base]
180
- basepython = python3.12
180
+ base_python = python3.12
181
181
  deps =
182
- pip>=24.2.0
183
- setuptools>=75.1.0
182
+ pip>=24.3.1
183
+ setuptools>=75.3.0
184
184
  wheel>=0.44.0
185
- packagesubdir = pkg_about
185
+ package_subdir = pkg_about
186
186
 
187
187
  [testenv]
188
- passenv = WINDIR
189
- setenv =
188
+ pass_env = WINDIR
189
+ set_env =
190
190
  PYTHONDONTWRITEBYTECODE = 1
191
191
  commands =
192
- {envpython} --version
193
- {envpython} -m tests {posargs}
192
+ {env_python} --version
193
+ {env_python} -m tests {posargs}
194
194
  extras = test
195
195
  deps =
196
196
  {[base]deps}
197
197
 
198
198
  [testenv:prepare]
199
- basepython = {[base]basepython}
199
+ base_python = {[base]base_python}
200
200
  skip_install = true
201
201
  allowlist_externals =
202
202
  cmd
@@ -205,56 +205,56 @@ commands =
205
205
  cmd /C if exist .build.cmd .build.cmd
206
206
 
207
207
  [testenv:coverage]
208
- basepython = {[base]basepython}
208
+ base_python = {[base]base_python}
209
209
  commands =
210
- {envpython} -m coverage erase
211
- -{envpython} -m coverage run -m tests {posargs}
212
- {envpython} -m coverage report
213
- {envpython} -m coverage html
210
+ {env_python} -m coverage erase
211
+ -{env_python} -m coverage run -m tests {posargs}
212
+ {env_python} -m coverage report
213
+ {env_python} -m coverage html
214
214
  deps =
215
215
  {[testenv]deps}
216
- coverage>=7.6.1
216
+ coverage>=7.6.4
217
217
  covdefaults>=2.3.0
218
218
  diff-cover>=9.2.0
219
219
 
220
220
  [testenv:docs]
221
- basepython = {[base]basepython}
221
+ base_python = {[base]base_python}
222
222
  commands =
223
- {envpython} -m sphinxlint --ignore .tox --ignore build --ignore dist
224
- #{envpython} -m sphinx.apidoc -f {envsitepackagesdir}/{[base]packagesubdir}
225
- {envpython} -m sphinx.cmd.build -W -a -b html -E ./docs ./build/docs/html
226
- {envpython} -m sphinx.cmd.build -W -a -b linkcheck ./docs ./build/docs/html
227
- {envpython} -m sphinx.cmd.build -W -a -b doctest ./docs ./build/docs/html
223
+ {env_python} -m sphinxlint --ignore .tox --ignore build --ignore dist
224
+ #{env_python} -m sphinx.apidoc -f {envsitepackagesdir}/{[base]package_subdir}
225
+ {env_python} -m sphinx.cmd.build -W -a -b html -E ./docs ./build/docs/html
226
+ {env_python} -m sphinx.cmd.build -W -a -b linkcheck ./docs ./build/docs/html
227
+ {env_python} -m sphinx.cmd.build -W -a -b doctest ./docs ./build/docs/html
228
228
  extras = doc
229
229
  deps =
230
230
 
231
231
  [testenv:build]
232
232
  depends = py{39,310,311,312,313}, pypy{39,310}, docs
233
- basepython = {[base]basepython}
233
+ base_python = {[base]base_python}
234
234
  commands =
235
- {envpython} -W ignore -c "from setuptools import setup ; setup()" --quiet sdist --formats=zip
236
- {envpython} -W ignore -c "from setuptools import setup ; setup()" --quiet bdist_wheel
235
+ {env_python} -W ignore -c "from setuptools import setup ; setup()" --quiet sdist --formats=zip
236
+ {env_python} -W ignore -c "from setuptools import setup ; setup()" --quiet bdist_wheel
237
237
  # check out for PyPi
238
- {envpython} -m twine check dist/*
238
+ {env_python} -m twine check dist/*
239
239
  deps =
240
240
  {[testenv]deps}
241
241
  twine>=5.1.1
242
242
 
243
243
  [testenv:publish]
244
244
  depends = build
245
- basepython = {[base]basepython}
245
+ base_python = {[base]base_python}
246
246
  skip_install = true
247
247
  commands =
248
248
  # publish on PyPi
249
- {envpython} -m twine upload dist/*
249
+ {env_python} -m twine upload dist/*
250
250
  extras =
251
251
  deps =
252
252
  twine>=5.1.1
253
253
 
254
254
  [testenv:lint]
255
- basepython = {[base]basepython}
255
+ base_python = {[base]base_python}
256
256
  commands =
257
- {envpython} -m flake8 {envsitepackagesdir}/{[base]packagesubdir}/
257
+ {env_python} -m flake8 {envsitepackagesdir}/{[base]package_subdir}/
258
258
  extras =
259
259
  deps =
260
260
  {[testenv]deps}
@@ -1,18 +1,18 @@
1
1
  Metadata-Version: 2.1
2
- Name: pkg-about
3
- Version: 1.2.0
2
+ Name: pkg_about
3
+ Version: 1.2.2
4
4
  Summary: Shares Python package metadata at runtime.
5
5
  Author: Adam Karpierz
6
6
  Author-email: adam@karpierz.net
7
7
  Maintainer: Adam Karpierz
8
8
  Maintainer-email: adam@karpierz.net
9
9
  License: zlib/libpng License ; https://opensource.org/license/zlib
10
- Project-URL: Homepage, https://pypi.org/project/pkg-about/
10
+ Project-URL: Homepage, https://pypi.org/project/pkg_about/
11
11
  Project-URL: Documentation, https://pkg-about.readthedocs.io/
12
- Project-URL: Download, https://pypi.org/project/pkg-about/
13
- Project-URL: Source, https://github.com/karpierz/pkg-about
14
- Project-URL: Issues, https://github.com/karpierz/pkg-about/issues
15
- Keywords: pkg-about,pkg_about,__about__,packaging
12
+ Project-URL: Download, https://pypi.org/project/pkg_about/
13
+ Project-URL: Source, https://github.com/karpierz/pkg_about
14
+ Project-URL: Issues, https://github.com/karpierz/pkg_about/issues
15
+ Keywords: pkg_about,__about__,packaging
16
16
  Platform: any
17
17
  Classifier: Development Status :: 5 - Production/Stable
18
18
  Classifier: Intended Audience :: Developers
@@ -33,14 +33,14 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
33
33
  Requires-Python: <4.0.0,>=3.9.0
34
34
  Description-Content-Type: text/x-rst; charset=UTF-8
35
35
  License-File: LICENSE
36
- Requires-Dist: setuptools>=75.1.0
36
+ Requires-Dist: setuptools>=75.3.0
37
37
  Requires-Dist: packaging>=24.1.0
38
38
  Requires-Dist: importlib-metadata>=8.5.0
39
- Requires-Dist: tomli>=2.0.1; python_version < "3.11"
39
+ Requires-Dist: tomli>=2.0.2; python_version < "3.11"
40
40
  Requires-Dist: docutils>=0.21.2
41
41
  Provides-Extra: doc
42
42
  Requires-Dist: Sphinx>=7.4.7; extra == "doc"
43
- Requires-Dist: sphinx-toolbox>=3.8.0; extra == "doc"
43
+ Requires-Dist: sphinx-toolbox>=3.8.1; extra == "doc"
44
44
  Requires-Dist: sphinx-tabs>=3.4.5; extra == "doc"
45
45
  Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
46
46
  Requires-Dist: sphinxcontrib-spelling>=8.0.0; extra == "doc"
@@ -49,9 +49,9 @@ Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
49
49
  Requires-Dist: nbsphinx>=0.9.5; extra == "doc"
50
50
  Provides-Extra: test
51
51
  Requires-Dist: deepdiff>=8.0.1; extra == "test"
52
- Requires-Dist: rich>=13.8.1; extra == "test"
52
+ Requires-Dist: rich>=13.9.4; extra == "test"
53
53
 
54
- pkg-about
54
+ pkg_about
55
55
  =========
56
56
 
57
57
  Shares Python package metadata at runtime.
@@ -134,17 +134,25 @@ Authors
134
134
 
135
135
  * Adam Karpierz <adam@karpierz.net>
136
136
 
137
- .. |package| replace:: pkg-about
138
- .. |package_bold| replace:: **pkg-about**
137
+ .. |package| replace:: pkg_about
138
+ .. |package_bold| replace:: **pkg_about**
139
139
  .. |copyright| replace:: Copyright (c) 2020-2024 Adam Karpierz
140
- .. |respository| replace:: https://github.com/karpierz/pkg-about.git
141
- .. _Development page: https://github.com/karpierz/pkg-about
142
- .. _PyPI record: https://pypi.org/project/pkg-about/
140
+ .. |respository| replace:: https://github.com/karpierz/pkg_about.git
141
+ .. _Development page: https://github.com/karpierz/pkg_about
142
+ .. _PyPI record: https://pypi.org/project/pkg_about/
143
143
  .. _Documentation: https://pkg-about.readthedocs.io/
144
144
 
145
145
  Changelog
146
146
  =========
147
147
 
148
+ 1.2.2 (2024-10-30)
149
+ ------------------
150
+ - Setup (dependencies) update.
151
+
152
+ 1.2.1 (2024-10-09)
153
+ ------------------
154
+ - Setup (dependencies) update.
155
+
148
156
  1.2.0 (2024-09-30)
149
157
  ------------------
150
158
  - Drop support for Python 3.8
@@ -1,14 +1,14 @@
1
- setuptools>=75.1.0
1
+ setuptools>=75.3.0
2
2
  packaging>=24.1.0
3
3
  importlib-metadata>=8.5.0
4
4
  docutils>=0.21.2
5
5
 
6
6
  [:python_version < "3.11"]
7
- tomli>=2.0.1
7
+ tomli>=2.0.2
8
8
 
9
9
  [doc]
10
10
  Sphinx>=7.4.7
11
- sphinx-toolbox>=3.8.0
11
+ sphinx-toolbox>=3.8.1
12
12
  sphinx-tabs>=3.4.5
13
13
  sphinx-copybutton>=0.5.2
14
14
  sphinxcontrib-spelling>=8.0.0
@@ -18,4 +18,4 @@ nbsphinx>=0.9.5
18
18
 
19
19
  [test]
20
20
  deepdiff>=8.0.1
21
- rich>=13.8.1
21
+ rich>=13.9.4
@@ -11,7 +11,7 @@ class MainTestCase(unittest.TestCase):
11
11
 
12
12
  @classmethod
13
13
  def setUpClass(cls):
14
- cls.version_expected = "1.2.0"
14
+ cls.version_expected = "1.2.2"
15
15
  version_parts = cls.version_expected.split(".")
16
16
  cls.version_major_expected = int(version_parts[0])
17
17
  cls.version_minor_expected = int(version_parts[1])
@@ -19,7 +19,7 @@ class MainTestCase(unittest.TestCase):
19
19
 
20
20
  def test_about(self):
21
21
  pkg_about.about("pkg_about")
22
- self.assertEqual(__title__, "pkg-about")
22
+ self.assertEqual(__title__, "pkg_about")
23
23
  self.assertEqual(__version__, self.version_expected)
24
24
  self.assertEqual(__version_info__.major, self.version_major_expected)
25
25
  self.assertEqual(__version_info__.minor, self.version_minor_expected)
@@ -27,7 +27,7 @@ class MainTestCase(unittest.TestCase):
27
27
  self.assertEqual(__version_info__.releaselevel, "final")
28
28
  self.assertEqual(__version_info__.serial, 0)
29
29
  self.assertEqual(__summary__, "Shares Python package metadata at runtime.")
30
- self.assertEqual(__uri__, "https://pypi.org/project/pkg-about/")
30
+ self.assertEqual(__uri__, "https://pypi.org/project/pkg_about/")
31
31
  self.assertEqual(__author__, "Adam Karpierz")
32
32
  self.assertEqual(__email__, "adam@karpierz.net")
33
33
  self.assertEqual(__author_email__, "adam@karpierz.net")
@@ -39,7 +39,7 @@ class MainTestCase(unittest.TestCase):
39
39
 
40
40
  def test_about_from_setup(self):
41
41
  pkg_about.about_from_setup(Path(__file__).resolve().parent.parent)
42
- self.assertEqual(about.__title__, "pkg-about")
42
+ self.assertEqual(about.__title__, "pkg_about")
43
43
  self.assertEqual(about.__version__, self.version_expected)
44
44
  self.assertEqual(about.__version_info__.major, self.version_major_expected)
45
45
  self.assertEqual(about.__version_info__.minor, self.version_minor_expected)
@@ -47,7 +47,7 @@ class MainTestCase(unittest.TestCase):
47
47
  self.assertEqual(about.__version_info__.releaselevel, "final")
48
48
  self.assertEqual(about.__version_info__.serial, 0)
49
49
  self.assertEqual(about.__summary__, "Shares Python package metadata at runtime.")
50
- self.assertEqual(about.__uri__, "https://pypi.org/project/pkg-about/")
50
+ self.assertEqual(about.__uri__, "https://pypi.org/project/pkg_about/")
51
51
  self.assertEqual(about.__author__, "Adam Karpierz")
52
52
  self.assertEqual(about.__email__, "adam@karpierz.net")
53
53
  self.assertEqual(about.__author_email__, "adam@karpierz.net")
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes