commit python-asdf-standard for openSUSE:Factory

2024-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-asdf-standard for 
openSUSE:Factory checked in at 2024-03-10 20:26:00

Comparing /work/SRC/openSUSE:Factory/python-asdf-standard (Old)
 and  /work/SRC/openSUSE:Factory/.python-asdf-standard.new.1770 (New)


Package is "python-asdf-standard"

Sun Mar 10 20:26:00 2024 rev:6 rq:1156734 version:1.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-asdf-standard/python-asdf-standard.changes
2023-08-23 14:58:23.334073244 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-asdf-standard.new.1770/python-asdf-standard.changes
  2024-03-10 20:26:29.234114707 +0100
@@ -1,0 +2,19 @@
+Sun Mar 10 11:57:48 UTC 2024 - Ben Greiner 
+
+- Update to 1.1.1
+  * Fix readthedocs config. [#429]
+- Release 1.1.0
+  * The in progress ASDF Standard is v1.6.0
+  * The stable ASDF Standard is v1.5.0
+  * Add new quantity-1.2.0 schema to support datatype option. [#351]
+  * Bugfix for base_format in time-1.2.0 schema. [#349]
+  * Add new ndarray-1.1.0 schema to fix #345 [#350]
+  * Remove unit-1.1.0 erroneously added in #350 [#355]
+  * Fix URI fragment format in metaschema references. [#373]
+  * Fix URI fragment format in quantity-1.2 schema [#374]
+  * Drop support for python 3.8 [#390]
+  * Add float16 to ndarray-1.1.0 [#411]
+  * Remove unneeded tag keyword from fits schema [#421]
+  * Move non-core tags to astronomy manifest [#422]
+
+---

Old:

  asdf_standard-1.0.3.tar.gz

New:

  asdf_standard-1.1.1.tar.gz



Other differences:
--
++ python-asdf-standard.spec ++
--- /var/tmp/diff_new_pack.kr1rFI/_old  2024-03-10 20:26:29.702131883 +0100
+++ /var/tmp/diff_new_pack.kr1rFI/_new  2024-03-10 20:26:29.706132030 +0100
@@ -1,7 +1,7 @@
 #
-# spec file
+# spec file for package python-asdf-standard
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,31 +26,23 @@
 %endif
 
 Name:   python-asdf-standard%{psuffix}
-Version:1.0.3
+Version:1.1.1
 Release:0
 Summary:The ASDF Standard schemas
 License:BSD-3-Clause
 URL:https://github.com/asdf-format/asdf-standard
 Source: 
https://files.pythonhosted.org/packages/source/a/asdf-standard/asdf_standard-%{version}.tar.gz
-BuildRequires:  %{python_module base >= 3.8}
-BuildRequires:  %{python_module importlib_resources >= 3 if %python-base < 3.9}
+BuildRequires:  %{python_module base >= 3.9}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module setuptools_scm}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module setuptools >= 61}
+BuildRequires:  %{python_module setuptools_scm >= 3.4}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%if %python_version_nodots < 39
-Requires:   python-importlib_resources >= 3
-%endif
 %if %{with test}
 BuildRequires:  %{python_module PyYAML}
-BuildRequires:  %{python_module asdf >= 2.8.0}
+BuildRequires:  %{python_module asdf >= 3}
 BuildRequires:  %{python_module asdf-standard = %{version}}
-BuildRequires:  %{python_module astropy >= 5.0.4}
-BuildRequires:  %{python_module gwcs}
-# https://github.com/asdf-format/asdf-standard/pull/391
-BuildRequires:  %{python_module jsonschema < 4.18}
 BuildRequires:  %{python_module packaging >= 16.0}
 BuildRequires:  %{python_module pytest}
 %endif

++ asdf_standard-1.0.3.tar.gz -> asdf_standard-1.1.1.tar.gz ++
 3219 lines of diff (skipped)


commit python-asdf-standard for openSUSE:Factory

2023-08-23 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-asdf-standard for 
openSUSE:Factory checked in at 2023-08-23 14:57:22

Comparing /work/SRC/openSUSE:Factory/python-asdf-standard (Old)
 and  /work/SRC/openSUSE:Factory/.python-asdf-standard.new.1766 (New)


Package is "python-asdf-standard"

Wed Aug 23 14:57:22 2023 rev:5 rq:1105140 version:1.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-asdf-standard/python-asdf-standard.changes
2022-10-28 19:30:38.942967939 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-asdf-standard.new.1766/python-asdf-standard.changes
  2023-08-23 14:58:23.334073244 +0200
@@ -1,0 +2,6 @@
+Mon Aug 21 19:25:11 UTC 2023 - Ben Greiner 
+
+- Add jsonschema < 4.18 to test dependencies
+  * gh#asdf-format/asdf-standard#391
+
+---



Other differences:
--
++ python-asdf-standard.spec ++
--- /var/tmp/diff_new_pack.8fONHD/_old  2023-08-23 14:58:23.962074367 +0200
+++ /var/tmp/diff_new_pack.8fONHD/_new  2023-08-23 14:58:23.974074388 +0200
@@ -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
@@ -49,6 +49,8 @@
 BuildRequires:  %{python_module asdf-standard = %{version}}
 BuildRequires:  %{python_module astropy >= 5.0.4}
 BuildRequires:  %{python_module gwcs}
+# https://github.com/asdf-format/asdf-standard/pull/391
+BuildRequires:  %{python_module jsonschema < 4.18}
 BuildRequires:  %{python_module packaging >= 16.0}
 BuildRequires:  %{python_module pytest}
 %endif


commit python-asdf-standard for openSUSE:Factory

2022-10-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-asdf-standard for 
openSUSE:Factory checked in at 2022-10-28 19:30:15

Comparing /work/SRC/openSUSE:Factory/python-asdf-standard (Old)
 and  /work/SRC/openSUSE:Factory/.python-asdf-standard.new.2275 (New)


Package is "python-asdf-standard"

Fri Oct 28 19:30:15 2022 rev:4 rq:1031584 version:1.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-asdf-standard/python-asdf-standard.changes
2022-06-06 11:11:02.739353053 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-asdf-standard.new.2275/python-asdf-standard.changes
  2022-10-28 19:30:38.942967939 +0200
@@ -1,0 +2,15 @@
+Thu Oct 27 16:31:58 UTC 2022 - Ben Greiner 
+
+- Update to v1.0.3
+  * The in progress ASDF Standard is v1.6.0
+  * The stable ASDF Standard is v1.5.0
+  * Update documentation to be consistent with the ASDF library
+documentation.
+  * Add time-1.2.0 schema to document bugfix requiring additional
+property to be written from asdf-astropy.
+  * Move packaging to pyproject.toml file from setup.cfg and
+setup.py files.
+  * Remove tag from within the time-1.1.0 schema.
+  * Remove tag from within the remaining schemas.
+
+---

Old:

  asdf_standard-1.0.2.tar.gz

New:

  asdf_standard-1.0.3.tar.gz



Other differences:
--
++ python-asdf-standard.spec ++
--- /var/tmp/diff_new_pack.XX7E11/_old  2022-10-28 19:30:39.614971309 +0200
+++ /var/tmp/diff_new_pack.XX7E11/_new  2022-10-28 19:30:39.626971369 +0200
@@ -25,10 +25,8 @@
 %bcond_with test
 %endif
 
-%{?!python_module:%define python_module() python3-%{**}}
-%define skip_python2 1
 Name:   python-asdf-standard%{psuffix}
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:The ASDF Standard schemas
 License:BSD-3-Clause
@@ -36,8 +34,10 @@
 Source: 
https://files.pythonhosted.org/packages/source/a/asdf-standard/asdf_standard-%{version}.tar.gz
 BuildRequires:  %{python_module base >= 3.8}
 BuildRequires:  %{python_module importlib_resources >= 3 if %python-base < 3.9}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 %if %python_version_nodots < 39
@@ -50,7 +50,6 @@
 BuildRequires:  %{python_module astropy >= 5.0.4}
 BuildRequires:  %{python_module gwcs}
 BuildRequires:  %{python_module packaging >= 16.0}
-BuildRequires:  %{python_module pytest-sugar}
 BuildRequires:  %{python_module pytest}
 %endif
 BuildArch:  noarch
@@ -62,21 +61,22 @@
 
 %prep
 %setup -q -n asdf_standard-%{version}
+sed -i "/addopts = '--color=yes'/d" pyproject.toml
 
+%if !%{with test}
 %build
-%python_build
-sed -i '/addopts = --color=yes/d' setup.cfg
+%pyproject_wheel
+%endif
 
 %if !%{with test}
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %endif
 
 %if %{with test}
 %check
-# https://github.com/astropy/asdf-astropy/issues/82
-%pytest -k "not (time-1.0.0.yaml and test_example)"
+%pytest
 %endif
 
 %if !%{with test}

++ asdf_standard-1.0.2.tar.gz -> asdf_standard-1.0.3.tar.gz ++
 1923 lines of diff (skipped)


commit python-asdf-standard for openSUSE:Factory

2022-06-06 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-asdf-standard for 
openSUSE:Factory checked in at 2022-06-06 11:10:52

Comparing /work/SRC/openSUSE:Factory/python-asdf-standard (Old)
 and  /work/SRC/openSUSE:Factory/.python-asdf-standard.new.1548 (New)


Package is "python-asdf-standard"

Mon Jun  6 11:10:52 2022 rev:3 rq:980934 version:1.0.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-asdf-standard/python-asdf-standard.changes
2022-04-30 22:52:10.440194719 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-asdf-standard.new.1548/python-asdf-standard.changes
  2022-06-06 11:11:02.739353053 +0200
@@ -1,0 +2,6 @@
+Sun Jun  5 19:46:55 UTC 2022 - Ben Greiner 
+
+- Skip tests failing due to astropy 5.1 deprecating non-use of
+  asdf-astropy -- gh#astropy/asdf-astropy#82
+
+---



Other differences:
--
++ python-asdf-standard.spec ++
--- /var/tmp/diff_new_pack.0H5LWg/_old  2022-06-06 11:11:03.223353753 +0200
+++ /var/tmp/diff_new_pack.0H5LWg/_new  2022-06-06 11:11:03.227353759 +0200
@@ -75,7 +75,8 @@
 
 %if %{with test}
 %check
-%pytest
+# https://github.com/astropy/asdf-astropy/issues/82
+%pytest -k "not (time-1.0.0.yaml and test_example)"
 %endif
 
 %if !%{with test}


commit python-asdf-standard for openSUSE:Factory

2022-04-30 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-asdf-standard for 
openSUSE:Factory checked in at 2022-04-30 22:52:04

Comparing /work/SRC/openSUSE:Factory/python-asdf-standard (Old)
 and  /work/SRC/openSUSE:Factory/.python-asdf-standard.new.1538 (New)


Package is "python-asdf-standard"

Sat Apr 30 22:52:04 2022 rev:2 rq:973220 version:1.0.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-asdf-standard/python-asdf-standard.changes
2022-03-16 21:15:37.218857078 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-asdf-standard.new.1538/python-asdf-standard.changes
  2022-04-30 22:52:10.440194719 +0200
@@ -1,0 +2,6 @@
+Wed Apr 27 10:52:15 UTC 2022 - Ben Greiner 
+
+- update to v1.0.2
+  * Pin astropy min version to 5.0.4.
+
+---

Old:

  asdf_standard-1.0.1.tar.gz

New:

  asdf_standard-1.0.2.tar.gz



Other differences:
--
++ python-asdf-standard.spec ++
--- /var/tmp/diff_new_pack.vPPRWT/_old  2022-04-30 22:52:11.064195563 +0200
+++ /var/tmp/diff_new_pack.vPPRWT/_new  2022-04-30 22:52:11.076195579 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-asdf-standard
+# spec file
 #
 # Copyright (c) 2022 SUSE LLC
 #
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
 %define psuffix -test
@@ -27,13 +28,13 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
 Name:   python-asdf-standard%{psuffix}
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:The ASDF Standard schemas
 License:BSD-3-Clause
 URL:https://github.com/asdf-format/asdf-standard
 Source: 
https://files.pythonhosted.org/packages/source/a/asdf-standard/asdf_standard-%{version}.tar.gz
-BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module base >= 3.8}
 BuildRequires:  %{python_module importlib_resources >= 3 if %python-base < 3.9}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
@@ -43,14 +44,14 @@
 Requires:   python-importlib_resources >= 3
 %endif
 %if %{with test}
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module asdf >= 2.8.0}
 BuildRequires:  %{python_module asdf-standard = %{version}}
-BuildRequires:  %{python_module astropy}
+BuildRequires:  %{python_module astropy >= 5.0.4}
 BuildRequires:  %{python_module gwcs}
 BuildRequires:  %{python_module packaging >= 16.0}
 BuildRequires:  %{python_module pytest-sugar}
+BuildRequires:  %{python_module pytest}
 %endif
 BuildArch:  noarch
 Provides:   python-asdf_standard = %{version}-%{release}

++ asdf_standard-1.0.1.tar.gz -> asdf_standard-1.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/asdf_standard-1.0.1/.github/workflows/ci.yml 
new/asdf_standard-1.0.2/.github/workflows/ci.yml
--- old/asdf_standard-1.0.1/.github/workflows/ci.yml2022-02-23 
20:30:05.0 +0100
+++ new/asdf_standard-1.0.2/.github/workflows/ci.yml2022-04-15 
17:50:49.0 +0200
@@ -31,11 +31,6 @@
 os: ubuntu-latest
 toxenv: py38
 
-  - name: Python 3.7 Schema validation tests
-python-version: 3.7
-os: ubuntu-latest
-toxenv: py37
-
   - name: Twine check
 python-version: 3.9
 os: ubuntu-latest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/asdf_standard-1.0.1/.github/workflows/downstream.yml 
new/asdf_standard-1.0.2/.github/workflows/downstream.yml
--- old/asdf_standard-1.0.1/.github/workflows/downstream.yml1970-01-01 
01:00:00.0 +0100
+++ new/asdf_standard-1.0.2/.github/workflows/downstream.yml2022-04-15 
17:50:49.0 +0200
@@ -0,0 +1,125 @@
+name: Downstream
+
+on:
+  workflow_dispatch:
+  schedule:
+# Run every Monday at 6am UTC
+- cron: '0 6 * * 1'
+  pull_request:
+# We also want this workflow triggered if the `Downstream CI` label is
+# added or present when PR is updated
+types:
+  - synchronize
+  - labeled
+  push:
+branches:
+  - '*.*.x'
+tags:
+  - '*'
+
+env:
+  CRDS_SERVER_URL: https://jwst-crds.stsci.edu
+  CRDS_PATH: ~/crds_cache
+  CRDS_CLIENT_RETRY_COUNT: 3
+  CRDS_CLIENT_RETRY_DELAY_SECONDS: 20
+
+jobs:
+  common:
+name: ${{ matrix.package_name }}@${{ matrix.ref }} unit tests
+runs-on: ubuntu-latest
+if: (github.repository == 'asdf-format/asdf-standard' && 
(github.event_name