sortinghat-eclipse-foundation 0.2.0__tar.gz → 0.2.1__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.
Files changed (19) hide show
  1. {sortinghat_eclipse_foundation-0.2.0 → sortinghat_eclipse_foundation-0.2.1}/PKG-INFO +1 -1
  2. {sortinghat_eclipse_foundation-0.2.0 → sortinghat_eclipse_foundation-0.2.1}/pyproject.toml +1 -1
  3. sortinghat_eclipse_foundation-0.2.1/sortinghat/core/importer/backends/_version.py +2 -0
  4. sortinghat_eclipse_foundation-0.2.0/sortinghat/core/importer/backends/_version.py +0 -2
  5. {sortinghat_eclipse_foundation-0.2.0 → sortinghat_eclipse_foundation-0.2.1}/AUTHORS +0 -0
  6. {sortinghat_eclipse_foundation-0.2.0 → sortinghat_eclipse_foundation-0.2.1}/LICENSE.txt +0 -0
  7. {sortinghat_eclipse_foundation-0.2.0 → sortinghat_eclipse_foundation-0.2.1}/README.md +0 -0
  8. {sortinghat_eclipse_foundation-0.2.0 → sortinghat_eclipse_foundation-0.2.1}/sortinghat/core/importer/backends/eclipse.py +0 -0
  9. {sortinghat_eclipse_foundation-0.2.0 → sortinghat_eclipse_foundation-0.2.1}/tests/__init__.py +0 -0
  10. {sortinghat_eclipse_foundation-0.2.0 → sortinghat_eclipse_foundation-0.2.1}/tests/data/eclipse_accounts_page_1.json +0 -0
  11. {sortinghat_eclipse_foundation-0.2.0 → sortinghat_eclipse_foundation-0.2.1}/tests/data/eclipse_accounts_page_2.json +0 -0
  12. {sortinghat_eclipse_foundation-0.2.0 → sortinghat_eclipse_foundation-0.2.1}/tests/data/eclipse_accounts_page_3.json +0 -0
  13. {sortinghat_eclipse_foundation-0.2.0 → sortinghat_eclipse_foundation-0.2.1}/tests/data/eclipse_jdoe.json +0 -0
  14. {sortinghat_eclipse_foundation-0.2.0 → sortinghat_eclipse_foundation-0.2.1}/tests/data/eclipse_jdoe_employment.json +0 -0
  15. {sortinghat_eclipse_foundation-0.2.0 → sortinghat_eclipse_foundation-0.2.1}/tests/data/eclipse_jrae.json +0 -0
  16. {sortinghat_eclipse_foundation-0.2.0 → sortinghat_eclipse_foundation-0.2.1}/tests/data/eclipse_jrae_employment.json +0 -0
  17. {sortinghat_eclipse_foundation-0.2.0 → sortinghat_eclipse_foundation-0.2.1}/tests/data/eclipse_jsmith.json +0 -0
  18. {sortinghat_eclipse_foundation-0.2.0 → sortinghat_eclipse_foundation-0.2.1}/tests/data/eclipse_jsmith_employment.json +0 -0
  19. {sortinghat_eclipse_foundation-0.2.0 → sortinghat_eclipse_foundation-0.2.1}/tests/test_eclipse.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sortinghat-eclipse-foundation
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: SortingHat backend to import identities from the Eclipse Foundation
5
5
  License-File: AUTHORS
6
6
  License-File: LICENSE.txt
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "sortinghat-eclipse-foundation"
3
- version = "0.2.0"
3
+ version = "0.2.1"
4
4
  description = "SortingHat backend to import identities from the Eclipse Foundation"
5
5
  authors = [
6
6
  {name = "Bitergia Developers"}
@@ -0,0 +1,2 @@
1
+ # File auto-generated by semverup on 2025-11-26 08:44:14.254192
2
+ __version__ = "0.2.1"
@@ -1,2 +0,0 @@
1
- # File auto-generated by semverup on 2025-11-11 14:58:49.929536
2
- __version__ = "0.2.0"