lsst-felis 29.2025.4200__tar.gz → 29.2025.4400__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.

Potentially problematic release.


This version of lsst-felis might be problematic. Click here for more details.

Files changed (44) hide show
  1. {lsst_felis-29.2025.4200/python/lsst_felis.egg-info → lsst_felis-29.2025.4400}/PKG-INFO +3 -3
  2. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/pyproject.toml +3 -3
  3. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400/python/lsst_felis.egg-info}/PKG-INFO +3 -3
  4. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/COPYRIGHT +0 -0
  5. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/LICENSE +0 -0
  6. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/README.rst +0 -0
  7. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/__init__.py +0 -0
  8. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/cli.py +0 -0
  9. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/config/tap_schema/columns.csv +0 -0
  10. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/config/tap_schema/key_columns.csv +0 -0
  11. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/config/tap_schema/keys.csv +0 -0
  12. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/config/tap_schema/schemas.csv +0 -0
  13. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/config/tap_schema/tables.csv +0 -0
  14. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/config/tap_schema/tap_schema_std.yaml +0 -0
  15. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/datamodel.py +0 -0
  16. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/db/__init__.py +0 -0
  17. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/db/dialects.py +0 -0
  18. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/db/schema.py +0 -0
  19. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/db/sqltypes.py +0 -0
  20. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/db/utils.py +0 -0
  21. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/db/variants.py +0 -0
  22. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/diff.py +0 -0
  23. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/metadata.py +0 -0
  24. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/py.typed +0 -0
  25. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/tap_schema.py +0 -0
  26. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/tests/__init__.py +0 -0
  27. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/tests/postgresql.py +0 -0
  28. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/tests/run_cli.py +0 -0
  29. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/felis/types.py +0 -0
  30. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/lsst_felis.egg-info/SOURCES.txt +0 -0
  31. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/lsst_felis.egg-info/dependency_links.txt +0 -0
  32. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/lsst_felis.egg-info/entry_points.txt +0 -0
  33. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/lsst_felis.egg-info/requires.txt +0 -0
  34. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/lsst_felis.egg-info/top_level.txt +0 -0
  35. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/python/lsst_felis.egg-info/zip-safe +0 -0
  36. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/setup.cfg +0 -0
  37. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/tests/test_cli.py +0 -0
  38. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/tests/test_datamodel.py +0 -0
  39. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/tests/test_db.py +0 -0
  40. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/tests/test_diff.py +0 -0
  41. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/tests/test_metadata.py +0 -0
  42. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/tests/test_postgres.py +0 -0
  43. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/tests/test_tap_schema.py +0 -0
  44. {lsst_felis-29.2025.4200 → lsst_felis-29.2025.4400}/tests/test_tap_schema_postgres.py +0 -0
@@ -1,19 +1,19 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lsst-felis
3
- Version: 29.2025.4200
3
+ Version: 29.2025.4400
4
4
  Summary: A vocabulary for describing catalogs and acting on those descriptions
5
5
  Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
6
- License: GNU General Public License v3 or later (GPLv3+)
6
+ License-Expression: GPL-3.0-or-later
7
7
  Project-URL: Homepage, https://felis.lsst.io
8
8
  Project-URL: Source, https://github.com/lsst/felis
9
9
  Keywords: lsst
10
10
  Classifier: Intended Audience :: Science/Research
11
- Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
12
11
  Classifier: Operating System :: OS Independent
13
12
  Classifier: Programming Language :: Python :: 3
14
13
  Classifier: Programming Language :: Python :: 3.11
15
14
  Classifier: Programming Language :: Python :: 3.12
16
15
  Classifier: Programming Language :: Python :: 3.13
16
+ Classifier: Programming Language :: Python :: 3.14
17
17
  Classifier: Topic :: Scientific/Engineering :: Astronomy
18
18
  Requires-Python: >=3.11.0
19
19
  Description-Content-Type: text/markdown
@@ -5,19 +5,20 @@ build-backend = "setuptools.build_meta"
5
5
  [project]
6
6
  name = "lsst-felis"
7
7
  description = "A vocabulary for describing catalogs and acting on those descriptions"
8
- license = {text = "GNU General Public License v3 or later (GPLv3+)"}
8
+ license = "GPL-3.0-or-later"
9
+ license-files = ["COPYRIGHT", "LICENSE"]
9
10
  readme = "README.md"
10
11
  authors = [
11
12
  {name="Rubin Observatory Data Management", email="dm-admin@lists.lsst.org"},
12
13
  ]
13
14
  classifiers = [
14
15
  "Intended Audience :: Science/Research",
15
- "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
16
16
  "Operating System :: OS Independent",
17
17
  "Programming Language :: Python :: 3",
18
18
  "Programming Language :: Python :: 3.11",
19
19
  "Programming Language :: Python :: 3.12",
20
20
  "Programming Language :: Python :: 3.13",
21
+ "Programming Language :: Python :: 3.14",
21
22
  "Topic :: Scientific/Engineering :: Astronomy"
22
23
  ]
23
24
  keywords = ["lsst"]
@@ -57,7 +58,6 @@ where = ["python"]
57
58
 
58
59
  [tool.setuptools]
59
60
  zip-safe = true
60
- license-files = ["COPYRIGHT", "LICENSE"]
61
61
 
62
62
  [tool.setuptools.package-data]
63
63
  "felis" = ["py.typed", "config/tap_schema/*.yaml", "config/tap_schema/*.csv"]
@@ -1,19 +1,19 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lsst-felis
3
- Version: 29.2025.4200
3
+ Version: 29.2025.4400
4
4
  Summary: A vocabulary for describing catalogs and acting on those descriptions
5
5
  Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
6
- License: GNU General Public License v3 or later (GPLv3+)
6
+ License-Expression: GPL-3.0-or-later
7
7
  Project-URL: Homepage, https://felis.lsst.io
8
8
  Project-URL: Source, https://github.com/lsst/felis
9
9
  Keywords: lsst
10
10
  Classifier: Intended Audience :: Science/Research
11
- Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
12
11
  Classifier: Operating System :: OS Independent
13
12
  Classifier: Programming Language :: Python :: 3
14
13
  Classifier: Programming Language :: Python :: 3.11
15
14
  Classifier: Programming Language :: Python :: 3.12
16
15
  Classifier: Programming Language :: Python :: 3.13
16
+ Classifier: Programming Language :: Python :: 3.14
17
17
  Classifier: Topic :: Scientific/Engineering :: Astronomy
18
18
  Requires-Python: >=3.11.0
19
19
  Description-Content-Type: text/markdown