python-dwca-reader 0.16.1__tar.gz → 0.16.2__tar.gz
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.
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/CHANGES.txt +6 -3
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/PKG-INFO +1 -1
- python-dwca-reader-0.16.2/dwca/version.py +1 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/python_dwca_reader.egg-info/PKG-INFO +1 -1
- python-dwca-reader-0.16.1/dwca/version.py +0 -1
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/AUTHORS +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/LICENSE.txt +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/MANIFEST.in +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/README.rst +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/code_of_conduct.txt +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/dwca/__init__.py +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/dwca/darwincore/__init__.py +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/dwca/darwincore/build_dc_terms_list.py +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/dwca/darwincore/terms.py +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/dwca/darwincore/utils.py +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/dwca/descriptors.py +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/dwca/exceptions.py +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/dwca/files.py +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/dwca/helpers.py +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/dwca/minibench.py +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/dwca/read.py +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/dwca/rows.py +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/dwca/star_record.py +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/dwca/test/__init__.py +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/dwca/test/helpers.py +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/dwca/test/test_datafile.py +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/dwca/test/test_descriptors.py +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/dwca/test/test_dwcareader.py +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/dwca/test/test_rows.py +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/dwca/test/test_star_record.py +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/dwca/vendor.py +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/python_dwca_reader.egg-info/SOURCES.txt +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/python_dwca_reader.egg-info/dependency_links.txt +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/python_dwca_reader.egg-info/top_level.txt +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/requirements-dev.txt +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/setup.cfg +0 -0
- {python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/setup.py +0 -0
|
@@ -1,9 +1,12 @@
|
|
|
1
|
-
v0.16.
|
|
1
|
+
v0.16.2 (2024-08-23)
|
|
2
|
+
|
|
3
|
+
- Fix a packaging issue that prevented the release of v0.16.1 on PyPI.
|
|
4
|
+
|
|
5
|
+
v0.16.1 (2024-08-23)
|
|
2
6
|
--------------------
|
|
3
7
|
|
|
4
8
|
- Added official support for Python 3.12
|
|
5
|
-
- Proper error message when trying to use an unsupported combination of Pandas option
|
|
6
|
-
and archives with default values (issue #106).
|
|
9
|
+
- Proper error message when trying to use an unsupported combination of Pandas option and archives with default values (issue #106).
|
|
7
10
|
|
|
8
11
|
v0.16.0 (2023-11-13)
|
|
9
12
|
--------------------
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: python-dwca-reader
|
|
3
|
-
Version: 0.16.
|
|
3
|
+
Version: 0.16.2
|
|
4
4
|
Summary: A simple Python package to read Darwin Core Archive (DwC-A) files.
|
|
5
5
|
Home-page: https://github.com/BelgianBiodiversityPlatform/python-dwca-reader
|
|
6
6
|
Author: Nicolas Noé - Belgian Biodiversity Platform
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '0.16.2'
|
{python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/python_dwca_reader.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: python-dwca-reader
|
|
3
|
-
Version: 0.16.
|
|
3
|
+
Version: 0.16.2
|
|
4
4
|
Summary: A simple Python package to read Darwin Core Archive (DwC-A) files.
|
|
5
5
|
Home-page: https://github.com/BelgianBiodiversityPlatform/python-dwca-reader
|
|
6
6
|
Author: Nicolas Noé - Belgian Biodiversity Platform
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '0.16.1'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/dwca/darwincore/build_dc_terms_list.py
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/python_dwca_reader.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python-dwca-reader-0.16.1 → python-dwca-reader-0.16.2}/python_dwca_reader.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|