Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-asdf-transform-schemas for 
openSUSE:Factory checked in at 2023-12-02 17:13:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-asdf-transform-schemas (Old)
 and      /work/SRC/openSUSE:Factory/.python-asdf-transform-schemas.new.25432 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-asdf-transform-schemas"

Sat Dec  2 17:13:31 2023 rev:4 rq:1130451 version:0.4.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-asdf-transform-schemas/python-asdf-transform-schemas.changes
      2022-10-28 19:30:40.134973917 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-asdf-transform-schemas.new.25432/python-asdf-transform-schemas.changes
   2023-12-02 17:13:58.431108832 +0100
@@ -1,0 +2,7 @@
+Sat Nov 25 12:53:44 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 0.4.0:
+  * Move root-level $ref in schemas to an allOf combiner. [#87]
+  * Fix URI fragment format in transform-1.2 schema. [#88]
+
+-------------------------------------------------------------------

Old:
----
  asdf_transform_schemas-0.3.0.tar.gz

New:
----
  asdf_transform_schemas-0.4.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-asdf-transform-schemas.spec ++++++
--- /var/tmp/diff_new_pack.x7r3tc/_old  2023-12-02 17:13:58.871124957 +0100
+++ /var/tmp/diff_new_pack.x7r3tc/_new  2023-12-02 17:13:58.875125103 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 %endif
 
 Name:           python-asdf-transform-schemas%{psuffix}
-Version:        0.3.0
+Version:        0.4.0
 Release:        0
 Summary:        ASDF schemas for transforms
 License:        BSD-3-Clause

++++++ asdf_transform_schemas-0.3.0.tar.gz -> 
asdf_transform_schemas-0.4.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/asdf_transform_schemas-0.3.0/.flake8 
new/asdf_transform_schemas-0.4.0/.flake8
--- old/asdf_transform_schemas-0.3.0/.flake8    1970-01-01 01:00:00.000000000 
+0100
+++ new/asdf_transform_schemas-0.4.0/.flake8    2023-10-19 20:00:45.000000000 
+0200
@@ -0,0 +1,5 @@
+# this file exists to support an editable PEP517 install and for `flake8` 
(https://github.com/PyCQA/flake8/issues/234)
+[flake8]
+max-line-length = 120
+extend-ignore = E203
+exclude = .git, __pycache__, build, dist, eggs, *.egg, .tox
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/.github/workflows/ci.yml 
new/asdf_transform_schemas-0.4.0/.github/workflows/ci.yml
--- old/asdf_transform_schemas-0.3.0/.github/workflows/ci.yml   2022-08-23 
00:06:57.000000000 +0200
+++ new/asdf_transform_schemas-0.4.0/.github/workflows/ci.yml   2023-10-19 
20:00:45.000000000 +0200
@@ -4,7 +4,7 @@
   workflow_dispatch:
   push:
     branches:
-      - master
+      - main
     tags:
       - "*"
   pull_request:
@@ -82,14 +82,12 @@
         with:
           fetch-depth: 0
           repository: astropy/astropy
-          ref: main
           path: astropy
       - name: Checkout asdf-astropy dev
         uses: actions/checkout@v2
         with:
           fetch-depth: 0
           repository: astropy/asdf-astropy
-          ref: main
           path: asdf-astropy
       - name: Set up Python 3.9
         uses: actions/setup-python@v2
@@ -107,5 +105,3 @@
         run: cd asdf-transform-schemas && pytest
       - name: Run asdf-astropy development tests
         run: cd asdf-astropy && pytest
-      - name: Run astropy development tests
-        run: cd astropy && pytest astropy/io/misc/asdf
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/.github/workflows/downstream.yml 
new/asdf_transform_schemas-0.4.0/.github/workflows/downstream.yml
--- old/asdf_transform_schemas-0.3.0/.github/workflows/downstream.yml   
2022-08-23 00:06:57.000000000 +0200
+++ new/asdf_transform_schemas-0.4.0/.github/workflows/downstream.yml   
2023-10-19 20:00:45.000000000 +0200
@@ -25,7 +25,7 @@
 
 jobs:
   common:
-    name: ${{ matrix.package_name }}@${{ matrix.ref }} unit tests
+    name: ${{ matrix.package_name }} unit tests
     runs-on: ubuntu-latest
     if: (github.repository == 'asdf-format/asdf-transform-schemas' && 
(github.event_name == 'schedule' || github.event_name == 'push' || 
github.event_name == 'workflow_dispatch' || 
contains(github.event.pull_request.labels.*.name, 'Downstream CI')))
     strategy:
@@ -34,62 +34,50 @@
         include:
           - package_name: astropy
             repository: astropy/astropy
-            ref: main
             install_command: pip install -e .[test]
             test_command: pytest
           - package_name: gwcs
             repository: spacetelescope/gwcs
-            ref: master
             install_command: pip install -e .[test]
             test_command: pytest
           - package_name: jwst
             repository: spacetelescope/jwst
-            ref: master
             install_command: pip install -e .[test]
             test_command: pytest
           - package_name: specutils
             repository: astropy/specutils
-            ref: main
             install_command: pip install -e .[test]
             test_command: pytest
           - package_name: weldx
             repository: BAMWelDX/weldx
-            ref: master
             install_command: pip install -e .[test]
             test_command: pytest weldx/tests/asdf_tests weldx/schemas 
--asdf-tests
           - package_name: sunpy
             repository: sunpy/sunpy
-            ref: main
             install_command: pip install -e .[tests,all]
             test_command: pytest sunpy/io/
           - package_name: dkist
             repository: DKISTDC/dkist
-            ref: main
             install_command: pip install -e .[tests]
             test_command: pytest
           - package_name: asdf-astropy
             repository: astropy/asdf-astropy
-            ref: main
             install_command: pip install -e .[test]
             test_command: pytest
           - package_name: asdf-standard
             repository: asdf-format/asdf-standard
-            ref: master
             install_command: pip install -e .[test]
             test_command: pytest
           - package_name: asdf-transform-schemas
             repository: asdf-format/asdf-transform-schemas
-            ref: master
             install_command: pip install -e .[test]
             test_command: pytest
           - package_name: asdf-wcs-schemas
             repository: asdf-format/asdf-wcs-schemas
-            ref: main
             install_command: pip install -e .[test]
             test_command: pytest
           - package_name: asdf-coordinates-schemas
             repository: asdf-format/asdf-coordinates-schemas
-            ref: main
             install_command: pip install -e .[test]
             test_command: pytest
     steps:
@@ -104,7 +92,6 @@
         with:
           fetch-depth: 0
           repository: ${{ matrix.repository }}
-          ref: ${{ matrix.ref }}
           path: target
       - name: Set up Python 3.9
         uses: actions/setup-python@v2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/asdf_transform_schemas-0.3.0/.pre-commit-config.yaml 
new/asdf_transform_schemas-0.4.0/.pre-commit-config.yaml
--- old/asdf_transform_schemas-0.3.0/.pre-commit-config.yaml    2022-08-23 
00:06:57.000000000 +0200
+++ new/asdf_transform_schemas-0.4.0/.pre-commit-config.yaml    2023-10-19 
20:00:45.000000000 +0200
@@ -1,7 +1,7 @@
 repos:
 
 - repo: https://github.com/pre-commit/pre-commit-hooks
-  rev: v4.3.0
+  rev: v4.5.0
   hooks:
   - id: check-added-large-files
   - id: check-case-conflict
@@ -11,23 +11,39 @@
   - id: end-of-file-fixer
   - id: trailing-whitespace
 
+- repo: https://github.com/asottile/pyupgrade
+  rev: v3.15.0
+  hooks:
+    - id: pyupgrade
+      args: ["--py38-plus"]
+
+- repo: https://github.com/PyCQA/autoflake
+  rev: v2.2.1
+  hooks:
+  -  id: autoflake
+
 - repo: https://github.com/pycqa/isort
-  rev: 5.10.1
+  rev: 5.12.0
   hooks:
     - id: isort
 
 - repo: https://github.com/psf/black
-  rev: 22.6.0
+  rev: 23.9.1
   hooks:
     - id: black
 
+- repo: https://github.com/asottile/blacken-docs
+  rev: 1.16.0
+  hooks:
+    - id: blacken-docs
+
 - repo: https://github.com/PyCQA/flake8
-  rev: 5.0.4
+  rev: 6.1.0
   hooks:
     - id: flake8
 
 - repo: https://github.com/PyCQA/bandit
-  rev: 1.7.4
+  rev: 1.7.5
   hooks:
     - id: bandit
       args: ["-c", "bandit.yaml"]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/asdf_transform_schemas-0.3.0/CHANGES.rst 
new/asdf_transform_schemas-0.4.0/CHANGES.rst
--- old/asdf_transform_schemas-0.3.0/CHANGES.rst        2022-08-23 
00:06:57.000000000 +0200
+++ new/asdf_transform_schemas-0.4.0/CHANGES.rst        2023-10-19 
20:00:45.000000000 +0200
@@ -1,3 +1,9 @@
+0.4.0 (2023-10-18)
+------------------
+
+- Move root-level $ref in schemas to an allOf combiner. [#87]
+- Fix URI fragment format in transform-1.2 schema. [#88]
+
 0.3.0 (2022-08-22)
 ------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/asdf_transform_schemas-0.3.0/PKG-INFO 
new/asdf_transform_schemas-0.4.0/PKG-INFO
--- old/asdf_transform_schemas-0.3.0/PKG-INFO   2022-08-23 00:07:07.750686600 
+0200
+++ new/asdf_transform_schemas-0.4.0/PKG-INFO   2023-10-19 20:00:56.050479000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: asdf_transform_schemas
-Version: 0.3.0
+Version: 0.4.0
 Summary: ASDF schemas for transforms
 Author-email: The ASDF Developers <[email protected]>
 License: Copyright (c) 2021 Association of Universities for Research in 
Astronomy.
@@ -42,9 +42,24 @@
 Classifier: Development Status :: 5 - Production/Stable
 Requires-Python: >=3.8
 Description-Content-Type: text/markdown
+License-File: LICENSE
+Requires-Dist: asdf-standard>=1.0.1
+Requires-Dist: importlib_resources>=3; python_version < "3.9"
 Provides-Extra: docs
+Requires-Dist: tomli; extra == "docs"
+Requires-Dist: sphinx; extra == "docs"
+Requires-Dist: sphinx-asdf>=0.1.3; extra == "docs"
+Requires-Dist: sphinx-astropy; extra == "docs"
+Requires-Dist: astropy>=5.0.4; extra == "docs"
+Requires-Dist: graphviz; extra == "docs"
+Requires-Dist: matplotlib; extra == "docs"
+Requires-Dist: docutils; extra == "docs"
+Requires-Dist: sphinx-rtd-theme; extra == "docs"
 Provides-Extra: test
-License-File: LICENSE
+Requires-Dist: asdf>=2.8.0; extra == "test"
+Requires-Dist: asdf-astropy; extra == "test"
+Requires-Dist: scipy; extra == "test"
+Requires-Dist: pytest; extra == "test"
 
 # asdf-transform-schemas
 
![CI](https://github.com/asdf-format/asdf-transform-schemas/workflows/CI/badge.svg)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/asdf_transform_schemas-0.3.0/docs/conf.py 
new/asdf_transform_schemas-0.4.0/docs/conf.py
--- old/asdf_transform_schemas-0.3.0/docs/conf.py       2022-08-23 
00:06:57.000000000 +0200
+++ new/asdf_transform_schemas-0.4.0/docs/conf.py       2023-10-19 
20:00:45.000000000 +0200
@@ -29,7 +29,7 @@
 
 # Ensure documentation examples are determinstically random.
 import numpy
-import toml
+import tomli
 from pkg_resources import get_distribution
 
 try:
@@ -44,8 +44,8 @@
     sys.exit(1)
 
 # Get configuration information from `pyproject.toml`
-with open(Path(__file__).parent.parent / "pyproject.toml") as 
configuration_file:
-    conf = toml.load(configuration_file)
+with open(Path(__file__).parent.parent / "pyproject.toml", "rb") as 
configuration_file:
+    conf = tomli.load(configuration_file)
 configuration = conf["project"]
 
 # -- General configuration ----------------------------------------------------
@@ -120,7 +120,7 @@
 
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".
-html_title = "{0} v{1}".format(project, release)
+html_title = f"{project} v{release}"
 
 # Output file base name for HTML help builder.
 htmlhelp_basename = project + "doc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/asdf_transform_schemas-0.3.0/pyproject.toml 
new/asdf_transform_schemas-0.4.0/pyproject.toml
--- old/asdf_transform_schemas-0.3.0/pyproject.toml     2022-08-23 
00:06:57.000000000 +0200
+++ new/asdf_transform_schemas-0.4.0/pyproject.toml     2023-10-19 
20:00:45.000000000 +0200
@@ -21,7 +21,7 @@
 
 [project.optional-dependencies]
 docs = [
-    'toml',
+    'tomli',
     'sphinx',
     'sphinx-asdf >= 0.1.3',
     'sphinx-astropy',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/cobe_quad_spherical_cube-1.0.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/cobe_quad_spherical_cube-1.0.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/cobe_quad_spherical_cube-1.0.0.yaml
    2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/cobe_quad_spherical_cube-1.0.0.yaml
    2023-10-19 20:00:45.000000000 +0200
@@ -11,5 +11,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "quadcube-1.0.0"
+allOf:
+  - $ref: "quadcube-1.0.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/cobe_quad_spherical_cube-1.1.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/cobe_quad_spherical_cube-1.1.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/cobe_quad_spherical_cube-1.1.0.yaml
    2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/cobe_quad_spherical_cube-1.1.0.yaml
    2023-10-19 20:00:45.000000000 +0200
@@ -11,5 +11,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "quadcube-1.1.0"
+allOf:
+  - $ref: "quadcube-1.1.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/cobe_quad_spherical_cube-1.2.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/cobe_quad_spherical_cube-1.2.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/cobe_quad_spherical_cube-1.2.0.yaml
    2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/cobe_quad_spherical_cube-1.2.0.yaml
    2023-10-19 20:00:45.000000000 +0200
@@ -11,5 +11,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "quadcube-1.2.0"
+allOf:
+  - $ref: "quadcube-1.2.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_equal_area-1.0.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_equal_area-1.0.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_equal_area-1.0.0.yaml
    2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_equal_area-1.0.0.yaml
    2023-10-19 20:00:45.000000000 +0200
@@ -25,5 +25,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "conic-1.0.0"
+allOf:
+  - $ref: "conic-1.0.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_equal_area-1.1.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_equal_area-1.1.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_equal_area-1.1.0.yaml
    2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_equal_area-1.1.0.yaml
    2023-10-19 20:00:45.000000000 +0200
@@ -25,5 +25,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "conic-1.1.0"
+allOf:
+  - $ref: "conic-1.1.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_equal_area-1.2.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_equal_area-1.2.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_equal_area-1.2.0.yaml
    2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_equal_area-1.2.0.yaml
    2023-10-19 20:00:45.000000000 +0200
@@ -25,5 +25,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "conic-1.2.0"
+allOf:
+  - $ref: "conic-1.2.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_equal_area-1.3.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_equal_area-1.3.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_equal_area-1.3.0.yaml
    2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_equal_area-1.3.0.yaml
    2023-10-19 20:00:45.000000000 +0200
@@ -25,5 +25,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "conic-1.3.0"
+allOf:
+  - $ref: "conic-1.3.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_equidistant-1.0.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_equidistant-1.0.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_equidistant-1.0.0.yaml
   2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_equidistant-1.0.0.yaml
   2023-10-19 20:00:45.000000000 +0200
@@ -21,5 +21,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "conic-1.0.0"
+allOf:
+  - $ref: "conic-1.0.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_equidistant-1.1.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_equidistant-1.1.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_equidistant-1.1.0.yaml
   2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_equidistant-1.1.0.yaml
   2023-10-19 20:00:45.000000000 +0200
@@ -21,5 +21,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "conic-1.1.0"
+allOf:
+  - $ref: "conic-1.1.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_equidistant-1.2.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_equidistant-1.2.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_equidistant-1.2.0.yaml
   2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_equidistant-1.2.0.yaml
   2023-10-19 20:00:45.000000000 +0200
@@ -21,5 +21,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "conic-1.2.0"
+allOf:
+  - $ref: "conic-1.2.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_equidistant-1.3.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_equidistant-1.3.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_equidistant-1.3.0.yaml
   2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_equidistant-1.3.0.yaml
   2023-10-19 20:00:45.000000000 +0200
@@ -21,5 +21,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "conic-1.3.0"
+allOf:
+  - $ref: "conic-1.3.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_orthomorphic-1.0.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_orthomorphic-1.0.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_orthomorphic-1.0.0.yaml
  2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_orthomorphic-1.0.0.yaml
  2023-10-19 20:00:45.000000000 +0200
@@ -28,5 +28,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "conic-1.0.0"
+allOf:
+  - $ref: "conic-1.0.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_orthomorphic-1.1.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_orthomorphic-1.1.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_orthomorphic-1.1.0.yaml
  2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_orthomorphic-1.1.0.yaml
  2023-10-19 20:00:45.000000000 +0200
@@ -28,5 +28,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "conic-1.1.0"
+allOf:
+  - $ref: "conic-1.1.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_orthomorphic-1.2.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_orthomorphic-1.2.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_orthomorphic-1.2.0.yaml
  2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_orthomorphic-1.2.0.yaml
  2023-10-19 20:00:45.000000000 +0200
@@ -28,5 +28,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "conic-1.2.0"
+allOf:
+  - $ref: "conic-1.2.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_orthomorphic-1.3.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_orthomorphic-1.3.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_orthomorphic-1.3.0.yaml
  2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_orthomorphic-1.3.0.yaml
  2023-10-19 20:00:45.000000000 +0200
@@ -28,5 +28,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "conic-1.3.0"
+allOf:
+  - $ref: "conic-1.3.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_perspective-1.0.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_perspective-1.0.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_perspective-1.0.0.yaml
   2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_perspective-1.0.0.yaml
   2023-10-19 20:00:45.000000000 +0200
@@ -21,5 +21,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "conic-1.0.0"
+allOf:
+  - $ref: "conic-1.0.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_perspective-1.1.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_perspective-1.1.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_perspective-1.1.0.yaml
   2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_perspective-1.1.0.yaml
   2023-10-19 20:00:45.000000000 +0200
@@ -21,5 +21,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "conic-1.1.0"
+allOf:
+  - $ref: "conic-1.1.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_perspective-1.2.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_perspective-1.2.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_perspective-1.2.0.yaml
   2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_perspective-1.2.0.yaml
   2023-10-19 20:00:45.000000000 +0200
@@ -21,5 +21,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "conic-1.2.0"
+allOf:
+  - $ref: "conic-1.2.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_perspective-1.3.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_perspective-1.3.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/conic_perspective-1.3.0.yaml
   2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/conic_perspective-1.3.0.yaml
   2023-10-19 20:00:45.000000000 +0200
@@ -21,5 +21,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "conic-1.3.0"
+allOf:
+  - $ref: "conic-1.3.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/gnomonic-1.0.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/gnomonic-1.0.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/gnomonic-1.0.0.yaml
    2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/gnomonic-1.0.0.yaml
    2023-10-19 20:00:45.000000000 +0200
@@ -23,5 +23,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "zenithal-1.0.0"
+allOf:
+  - $ref: "zenithal-1.0.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/gnomonic-1.1.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/gnomonic-1.1.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/gnomonic-1.1.0.yaml
    2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/gnomonic-1.1.0.yaml
    2023-10-19 20:00:45.000000000 +0200
@@ -23,5 +23,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "zenithal-1.1.0"
+allOf:
+  - $ref: "zenithal-1.1.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/gnomonic-1.2.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/gnomonic-1.2.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/gnomonic-1.2.0.yaml
    2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/gnomonic-1.2.0.yaml
    2023-10-19 20:00:45.000000000 +0200
@@ -23,5 +23,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "zenithal-1.2.0"
+allOf:
+  - $ref: "zenithal-1.2.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/hammer_aitoff-1.0.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/hammer_aitoff-1.0.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/hammer_aitoff-1.0.0.yaml
       2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/hammer_aitoff-1.0.0.yaml
       2023-10-19 20:00:45.000000000 +0200
@@ -25,5 +25,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "pseudocylindrical-1.0.0"
+allOf:
+  - $ref: "pseudocylindrical-1.0.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/hammer_aitoff-1.1.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/hammer_aitoff-1.1.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/hammer_aitoff-1.1.0.yaml
       2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/hammer_aitoff-1.1.0.yaml
       2023-10-19 20:00:45.000000000 +0200
@@ -25,5 +25,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "pseudocylindrical-1.1.0"
+allOf:
+  - $ref: "pseudocylindrical-1.1.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/hammer_aitoff-1.2.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/hammer_aitoff-1.2.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/hammer_aitoff-1.2.0.yaml
       2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/hammer_aitoff-1.2.0.yaml
       2023-10-19 20:00:45.000000000 +0200
@@ -25,5 +25,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "pseudocylindrical-1.2.0"
+allOf:
+  - $ref: "pseudocylindrical-1.2.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/mercator-1.0.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/mercator-1.0.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/mercator-1.0.0.yaml
    2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/mercator-1.0.0.yaml
    2023-10-19 20:00:45.000000000 +0200
@@ -21,5 +21,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "cylindrical-1.0.0"
+allOf:
+  - $ref: "cylindrical-1.0.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/mercator-1.1.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/mercator-1.1.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/mercator-1.1.0.yaml
    2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/mercator-1.1.0.yaml
    2023-10-19 20:00:45.000000000 +0200
@@ -21,5 +21,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "cylindrical-1.1.0"
+allOf:
+  - $ref: "cylindrical-1.1.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/mercator-1.2.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/mercator-1.2.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/mercator-1.2.0.yaml
    2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/mercator-1.2.0.yaml
    2023-10-19 20:00:45.000000000 +0200
@@ -21,5 +21,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "cylindrical-1.2.0"
+allOf:
+  - $ref: "cylindrical-1.2.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/molleweide-1.0.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/molleweide-1.0.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/molleweide-1.0.0.yaml
  2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/molleweide-1.0.0.yaml
  2023-10-19 20:00:45.000000000 +0200
@@ -21,5 +21,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "pseudocylindrical-1.0.0"
+allOf:
+  - $ref: "pseudocylindrical-1.0.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/molleweide-1.1.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/molleweide-1.1.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/molleweide-1.1.0.yaml
  2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/molleweide-1.1.0.yaml
  2023-10-19 20:00:45.000000000 +0200
@@ -21,5 +21,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "pseudocylindrical-1.1.0"
+allOf:
+  - $ref: "pseudocylindrical-1.1.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/molleweide-1.2.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/molleweide-1.2.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/molleweide-1.2.0.yaml
  2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/molleweide-1.2.0.yaml
  2023-10-19 20:00:45.000000000 +0200
@@ -21,5 +21,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "pseudocylindrical-1.2.0"
+allOf:
+  - $ref: "pseudocylindrical-1.2.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/parabolic-1.0.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/parabolic-1.0.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/parabolic-1.0.0.yaml
   2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/parabolic-1.0.0.yaml
   2023-10-19 20:00:45.000000000 +0200
@@ -21,5 +21,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "pseudocylindrical-1.0.0"
+allOf:
+  - $ref: "pseudocylindrical-1.0.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/parabolic-1.1.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/parabolic-1.1.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/parabolic-1.1.0.yaml
   2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/parabolic-1.1.0.yaml
   2023-10-19 20:00:45.000000000 +0200
@@ -21,5 +21,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "pseudocylindrical-1.1.0"
+allOf:
+  - $ref: "pseudocylindrical-1.1.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/parabolic-1.2.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/parabolic-1.2.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/parabolic-1.2.0.yaml
   2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/parabolic-1.2.0.yaml
   2023-10-19 20:00:45.000000000 +0200
@@ -21,5 +21,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "pseudocylindrical-1.2.0"
+allOf:
+  - $ref: "pseudocylindrical-1.2.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/plate_carree-1.0.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/plate_carree-1.0.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/plate_carree-1.0.0.yaml
        2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/plate_carree-1.0.0.yaml
        2023-10-19 20:00:45.000000000 +0200
@@ -23,5 +23,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "cylindrical-1.0.0"
+allOf:
+  - $ref: "cylindrical-1.0.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/plate_carree-1.1.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/plate_carree-1.1.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/plate_carree-1.1.0.yaml
        2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/plate_carree-1.1.0.yaml
        2023-10-19 20:00:45.000000000 +0200
@@ -23,5 +23,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "cylindrical-1.1.0"
+allOf:
+  - $ref: "cylindrical-1.1.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/plate_carree-1.2.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/plate_carree-1.2.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/plate_carree-1.2.0.yaml
        2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/plate_carree-1.2.0.yaml
        2023-10-19 20:00:45.000000000 +0200
@@ -23,5 +23,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "cylindrical-1.2.0"
+allOf:
+  - $ref: "cylindrical-1.2.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/polyconic-1.0.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/polyconic-1.0.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/polyconic-1.0.0.yaml
   2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/polyconic-1.0.0.yaml
   2023-10-19 20:00:45.000000000 +0200
@@ -11,5 +11,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "pseudoconic-1.0.0"
+allOf:
+  - $ref: "pseudoconic-1.0.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/polyconic-1.1.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/polyconic-1.1.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/polyconic-1.1.0.yaml
   2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/polyconic-1.1.0.yaml
   2023-10-19 20:00:45.000000000 +0200
@@ -11,5 +11,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "pseudoconic-1.1.0"
+allOf:
+  - $ref: "pseudoconic-1.1.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/polyconic-1.2.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/polyconic-1.2.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/polyconic-1.2.0.yaml
   2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/polyconic-1.2.0.yaml
   2023-10-19 20:00:45.000000000 +0200
@@ -11,5 +11,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "pseudoconic-1.2.0"
+allOf:
+  - $ref: "pseudoconic-1.2.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/quad_spherical_cube-1.0.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/quad_spherical_cube-1.0.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/quad_spherical_cube-1.0.0.yaml
 2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/quad_spherical_cube-1.0.0.yaml
 2023-10-19 20:00:45.000000000 +0200
@@ -11,5 +11,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "quadcube-1.0.0"
+allOf:
+  - $ref: "quadcube-1.0.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/quad_spherical_cube-1.1.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/quad_spherical_cube-1.1.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/quad_spherical_cube-1.1.0.yaml
 2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/quad_spherical_cube-1.1.0.yaml
 2023-10-19 20:00:45.000000000 +0200
@@ -11,5 +11,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "quadcube-1.1.0"
+allOf:
+  - $ref: "quadcube-1.1.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/quad_spherical_cube-1.2.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/quad_spherical_cube-1.2.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/quad_spherical_cube-1.2.0.yaml
 2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/quad_spherical_cube-1.2.0.yaml
 2023-10-19 20:00:45.000000000 +0200
@@ -11,5 +11,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "quadcube-1.2.0"
+allOf:
+  - $ref: "quadcube-1.2.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/sanson_flamsteed-1.0.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/sanson_flamsteed-1.0.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/sanson_flamsteed-1.0.0.yaml
    2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/sanson_flamsteed-1.0.0.yaml
    2023-10-19 20:00:45.000000000 +0200
@@ -21,5 +21,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "pseudocylindrical-1.0.0"
+allOf:
+  - $ref: "pseudocylindrical-1.0.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/sanson_flamsteed-1.1.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/sanson_flamsteed-1.1.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/sanson_flamsteed-1.1.0.yaml
    2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/sanson_flamsteed-1.1.0.yaml
    2023-10-19 20:00:45.000000000 +0200
@@ -21,5 +21,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "pseudocylindrical-1.1.0"
+allOf:
+  - $ref: "pseudocylindrical-1.1.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/sanson_flamsteed-1.2.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/sanson_flamsteed-1.2.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/sanson_flamsteed-1.2.0.yaml
    2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/sanson_flamsteed-1.2.0.yaml
    2023-10-19 20:00:45.000000000 +0200
@@ -21,5 +21,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "pseudocylindrical-1.2.0"
+allOf:
+  - $ref: "pseudocylindrical-1.2.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/stereographic-1.0.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/stereographic-1.0.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/stereographic-1.0.0.yaml
       2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/stereographic-1.0.0.yaml
       2023-10-19 20:00:45.000000000 +0200
@@ -23,5 +23,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "zenithal-1.0.0"
+allOf:
+  - $ref: "zenithal-1.0.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/stereographic-1.1.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/stereographic-1.1.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/stereographic-1.1.0.yaml
       2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/stereographic-1.1.0.yaml
       2023-10-19 20:00:45.000000000 +0200
@@ -23,5 +23,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "zenithal-1.1.0"
+allOf:
+  - $ref: "zenithal-1.1.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/stereographic-1.2.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/stereographic-1.2.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/stereographic-1.2.0.yaml
       2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/stereographic-1.2.0.yaml
       2023-10-19 20:00:45.000000000 +0200
@@ -23,5 +23,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "zenithal-1.2.0"
+allOf:
+  - $ref: "zenithal-1.2.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/tangential_spherical_cube-1.0.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/tangential_spherical_cube-1.0.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/tangential_spherical_cube-1.0.0.yaml
   2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/tangential_spherical_cube-1.0.0.yaml
   2023-10-19 20:00:45.000000000 +0200
@@ -11,5 +11,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "quadcube-1.0.0"
+allOf:
+  - $ref: "quadcube-1.0.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/tangential_spherical_cube-1.1.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/tangential_spherical_cube-1.1.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/tangential_spherical_cube-1.1.0.yaml
   2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/tangential_spherical_cube-1.1.0.yaml
   2023-10-19 20:00:45.000000000 +0200
@@ -11,5 +11,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "quadcube-1.1.0"
+allOf:
+  - $ref: "quadcube-1.1.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/tangential_spherical_cube-1.2.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/tangential_spherical_cube-1.2.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/tangential_spherical_cube-1.2.0.yaml
   2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/tangential_spherical_cube-1.2.0.yaml
   2023-10-19 20:00:45.000000000 +0200
@@ -11,5 +11,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "quadcube-1.2.0"
+allOf:
+  - $ref: "quadcube-1.2.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/transform-1.2.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/transform-1.2.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/transform-1.2.0.yaml
   2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/transform-1.2.0.yaml
   2023-10-19 20:00:45.000000000 +0200
@@ -146,11 +146,11 @@
       Bounding box for model the transform
 
     oneOf:
-      - $ref: "property/bounding_box-1.0.0#definitions/interval"
+      - $ref: "property/bounding_box-1.0.0#/definitions/interval"
       - type: array
         minItems: 2
         items:
-          $ref: "property/bounding_box-1.0.0#definitions/interval"
+          $ref: "property/bounding_box-1.0.0#/definitions/interval"
       - tag: tag:stsci.edu:asdf/transform/property/bounding_box-1.0.0
       - tag: tag:stsci.edu:asdf/transform/property/compound_bounding_box-1.0.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/zenithal_equal_area-1.0.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/zenithal_equal_area-1.0.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/zenithal_equal_area-1.0.0.yaml
 2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/zenithal_equal_area-1.0.0.yaml
 2023-10-19 20:00:45.000000000 +0200
@@ -24,5 +24,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "zenithal-1.0.0"
+allOf:
+  - $ref: "zenithal-1.0.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/zenithal_equal_area-1.1.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/zenithal_equal_area-1.1.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/zenithal_equal_area-1.1.0.yaml
 2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/zenithal_equal_area-1.1.0.yaml
 2023-10-19 20:00:45.000000000 +0200
@@ -24,5 +24,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "zenithal-1.1.0"
+allOf:
+  - $ref: "zenithal-1.1.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/zenithal_equal_area-1.2.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/zenithal_equal_area-1.2.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/zenithal_equal_area-1.2.0.yaml
 2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/zenithal_equal_area-1.2.0.yaml
 2023-10-19 20:00:45.000000000 +0200
@@ -24,5 +24,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "zenithal-1.2.0"
+allOf:
+  - $ref: "zenithal-1.2.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/zenithal_equidistant-1.0.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/zenithal_equidistant-1.0.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/zenithal_equidistant-1.0.0.yaml
        2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/zenithal_equidistant-1.0.0.yaml
        2023-10-19 20:00:45.000000000 +0200
@@ -23,5 +23,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "zenithal-1.0.0"
+allOf:
+  - $ref: "zenithal-1.0.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/zenithal_equidistant-1.1.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/zenithal_equidistant-1.1.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/zenithal_equidistant-1.1.0.yaml
        2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/zenithal_equidistant-1.1.0.yaml
        2023-10-19 20:00:45.000000000 +0200
@@ -23,5 +23,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "zenithal-1.1.0"
+allOf:
+  - $ref: "zenithal-1.1.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/zenithal_equidistant-1.2.0.yaml
 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/zenithal_equidistant-1.2.0.yaml
--- 
old/asdf_transform_schemas-0.3.0/resources/stsci.edu/schemas/zenithal_equidistant-1.2.0.yaml
        2022-08-23 00:06:57.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/resources/stsci.edu/schemas/zenithal_equidistant-1.2.0.yaml
        2023-10-19 20:00:45.000000000 +0200
@@ -23,5 +23,6 @@
   Invertibility: All ASDF tools are required to provide the inverse of
   this transform.
 
-$ref: "zenithal-1.2.0"
+allOf:
+  - $ref: "zenithal-1.2.0"
 ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/asdf_transform_schemas-0.3.0/setup.cfg 
new/asdf_transform_schemas-0.4.0/setup.cfg
--- old/asdf_transform_schemas-0.3.0/setup.cfg  2022-08-23 00:07:07.754686800 
+0200
+++ new/asdf_transform_schemas-0.4.0/setup.cfg  2023-10-19 20:00:56.050479000 
+0200
@@ -1,7 +1,3 @@
-[flake8]
-ignore = E501, E203, W503
-exclude = .git, __pycache__, build, dist, eggs, *.egg, .tox
-
 [egg_info]
 tag_build = 
 tag_date = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/src/asdf_transform_schemas/_version.py 
new/asdf_transform_schemas-0.4.0/src/asdf_transform_schemas/_version.py
--- old/asdf_transform_schemas-0.3.0/src/asdf_transform_schemas/_version.py     
2022-08-23 00:07:07.000000000 +0200
+++ new/asdf_transform_schemas-0.4.0/src/asdf_transform_schemas/_version.py     
2023-10-19 20:00:55.000000000 +0200
@@ -1,5 +1,16 @@
-# coding: utf-8
 # file generated by setuptools_scm
 # don't change, don't track in version control
-__version__ = version = '0.3.0'
-__version_tuple__ = version_tuple = (0, 3, 0)
+TYPE_CHECKING = False
+if TYPE_CHECKING:
+    from typing import Tuple, Union
+    VERSION_TUPLE = Tuple[Union[int, str], ...]
+else:
+    VERSION_TUPLE = object
+
+version: str
+__version__: str
+__version_tuple__: VERSION_TUPLE
+version_tuple: VERSION_TUPLE
+
+__version__ = version = '0.4.0'
+__version_tuple__ = version_tuple = (0, 4, 0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/src/asdf_transform_schemas.egg-info/PKG-INFO 
new/asdf_transform_schemas-0.4.0/src/asdf_transform_schemas.egg-info/PKG-INFO
--- 
old/asdf_transform_schemas-0.3.0/src/asdf_transform_schemas.egg-info/PKG-INFO   
    2022-08-23 00:07:07.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/src/asdf_transform_schemas.egg-info/PKG-INFO   
    2023-10-19 20:00:55.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: asdf-transform-schemas
-Version: 0.3.0
+Version: 0.4.0
 Summary: ASDF schemas for transforms
 Author-email: The ASDF Developers <[email protected]>
 License: Copyright (c) 2021 Association of Universities for Research in 
Astronomy.
@@ -42,9 +42,24 @@
 Classifier: Development Status :: 5 - Production/Stable
 Requires-Python: >=3.8
 Description-Content-Type: text/markdown
+License-File: LICENSE
+Requires-Dist: asdf-standard>=1.0.1
+Requires-Dist: importlib_resources>=3; python_version < "3.9"
 Provides-Extra: docs
+Requires-Dist: tomli; extra == "docs"
+Requires-Dist: sphinx; extra == "docs"
+Requires-Dist: sphinx-asdf>=0.1.3; extra == "docs"
+Requires-Dist: sphinx-astropy; extra == "docs"
+Requires-Dist: astropy>=5.0.4; extra == "docs"
+Requires-Dist: graphviz; extra == "docs"
+Requires-Dist: matplotlib; extra == "docs"
+Requires-Dist: docutils; extra == "docs"
+Requires-Dist: sphinx-rtd-theme; extra == "docs"
 Provides-Extra: test
-License-File: LICENSE
+Requires-Dist: asdf>=2.8.0; extra == "test"
+Requires-Dist: asdf-astropy; extra == "test"
+Requires-Dist: scipy; extra == "test"
+Requires-Dist: pytest; extra == "test"
 
 # asdf-transform-schemas
 
![CI](https://github.com/asdf-format/asdf-transform-schemas/workflows/CI/badge.svg)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/src/asdf_transform_schemas.egg-info/SOURCES.txt
 
new/asdf_transform_schemas-0.4.0/src/asdf_transform_schemas.egg-info/SOURCES.txt
--- 
old/asdf_transform_schemas-0.3.0/src/asdf_transform_schemas.egg-info/SOURCES.txt
    2022-08-23 00:07:07.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/src/asdf_transform_schemas.egg-info/SOURCES.txt
    2023-10-19 20:00:55.000000000 +0200
@@ -1,3 +1,4 @@
+.flake8
 .gitattributes
 .gitignore
 .pre-commit-config.yaml
@@ -8,7 +9,6 @@
 README.md
 bandit.yaml
 pyproject.toml
-setup.cfg
 tox.ini
 .github/workflows/changelog.yml
 .github/workflows/ci.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/asdf_transform_schemas-0.3.0/src/asdf_transform_schemas.egg-info/requires.txt
 
new/asdf_transform_schemas-0.4.0/src/asdf_transform_schemas.egg-info/requires.txt
--- 
old/asdf_transform_schemas-0.3.0/src/asdf_transform_schemas.egg-info/requires.txt
   2022-08-23 00:07:07.000000000 +0200
+++ 
new/asdf_transform_schemas-0.4.0/src/asdf_transform_schemas.egg-info/requires.txt
   2023-10-19 20:00:55.000000000 +0200
@@ -4,7 +4,7 @@
 importlib_resources>=3
 
 [docs]
-toml
+tomli
 sphinx
 sphinx-asdf>=0.1.3
 sphinx-astropy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/asdf_transform_schemas-0.3.0/tests/test_invalid.py 
new/asdf_transform_schemas-0.4.0/tests/test_invalid.py
--- old/asdf_transform_schemas-0.3.0/tests/test_invalid.py      2022-08-23 
00:06:57.000000000 +0200
+++ new/asdf_transform_schemas-0.4.0/tests/test_invalid.py      2023-10-19 
20:00:45.000000000 +0200
@@ -1,6 +1,6 @@
 import asdf
 import pytest
-from asdf.tests import helpers
+from asdf.testing import helpers
 
 purposefully_failing = [
     # old-style bounding box fails
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/asdf_transform_schemas-0.3.0/tox.ini 
new/asdf_transform_schemas-0.4.0/tox.ini
--- old/asdf_transform_schemas-0.3.0/tox.ini    2022-08-23 00:06:57.000000000 
+0200
+++ new/asdf_transform_schemas-0.4.0/tox.ini    2023-10-19 20:00:45.000000000 
+0200
@@ -25,7 +25,7 @@
 deps=
     twine
 commands=
-    twine check {distdir}/*
+    twine check {work_dir}/{package_env}/dist/*
 
 [testenv:codestyle]
 skip_install = true

Reply via email to