commit python-calmjs for openSUSE:Factory

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

here is the log from the commit of package python-calmjs for openSUSE:Factory 
checked in at 2023-06-21 22:40:07

Comparing /work/SRC/openSUSE:Factory/python-calmjs (Old)
 and  /work/SRC/openSUSE:Factory/.python-calmjs.new.15902 (New)


Package is "python-calmjs"

Wed Jun 21 22:40:07 2023 rev:9 rq:1094308 version:3.4.4

Changes:

--- /work/SRC/openSUSE:Factory/python-calmjs/python-calmjs.changes  
2023-04-16 16:07:55.061108314 +0200
+++ /work/SRC/openSUSE:Factory/.python-calmjs.new.15902/python-calmjs.changes   
2023-06-21 22:41:03.238802609 +0200
@@ -1,0 +2,5 @@
+Sun Jun 18 16:34:42 UTC 2023 - Andreas Schneider 
+
+- Use sle15_python_module_pythons
+
+---



Other differences:
--
++ python-calmjs.spec ++
--- /var/tmp/diff_new_pack.vokjIn/_old  2023-06-21 22:41:03.738805617 +0200
+++ /var/tmp/diff_new_pack.vokjIn/_new  2023-06-21 22:41:03.742805642 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define skip_python2 1
+%{?sle15_python_module_pythons}
 Name:   python-calmjs
 Version:3.4.4
 Release:0


commit python-calmjs for openSUSE:Factory

2023-04-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-calmjs for openSUSE:Factory 
checked in at 2023-04-16 16:07:35

Comparing /work/SRC/openSUSE:Factory/python-calmjs (Old)
 and  /work/SRC/openSUSE:Factory/.python-calmjs.new.19717 (New)


Package is "python-calmjs"

Sun Apr 16 16:07:35 2023 rev:8 rq:1079741 version:3.4.4

Changes:

--- /work/SRC/openSUSE:Factory/python-calmjs/python-calmjs.changes  
2023-03-02 23:04:37.216188662 +0100
+++ /work/SRC/openSUSE:Factory/.python-calmjs.new.19717/python-calmjs.changes   
2023-04-16 16:07:55.061108314 +0200
@@ -1,0 +2,15 @@
+Sun Apr 16 09:24:02 UTC 2023 - Dirk Müller 
+
+- update to 3.4.4:
+  * Upgrading to ``setuptools-65.6.0`` and beyond will result in
+a new version of ``distutils`` that "fixed" how logging
+works, but now the hooks and expected workarounds no
+longer work.  Given that the deprecation of ``distutils``
+is in the works, no fixes will be done until ``setuptools``
+fully replaces it beyond the release of Python 3.12, 
+as the author no longer trust Python to provide a
+stable platform to develop software on. 
+Thus, any future "fixes" will only be provided on an
+even more reactive (rather than proactive) basis.
+
+---

Old:

  3.4.3.tar.gz

New:

  3.4.4.tar.gz



Other differences:
--
++ python-calmjs.spec ++
--- /var/tmp/diff_new_pack.JJFCa3/_old  2023-04-16 16:07:55.465110643 +0200
+++ /var/tmp/diff_new_pack.JJFCa3/_new  2023-04-16 16:07:55.473110689 +0200
@@ -18,7 +18,7 @@
 
 %define skip_python2 1
 Name:   python-calmjs
-Version:3.4.3
+Version:3.4.4
 Release:0
 Summary:A Python framework for working with the Node.js ecosystem
 License:GPL-2.0-or-later

++ 3.4.3.tar.gz -> 3.4.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calmjs-3.4.3/.github/workflows/build.yml 
new/calmjs-3.4.4/.github/workflows/build.yml
--- old/calmjs-3.4.3/.github/workflows/build.yml2023-03-02 
04:09:24.0 +0100
+++ new/calmjs-3.4.4/.github/workflows/build.yml2023-03-07 
06:31:57.0 +0100
@@ -11,6 +11,7 @@
   - 3.4.1
   - 3.4.2
   - 3.4.3
+  - 3.4.4
   pull_request:
 branches:
   - master
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calmjs-3.4.3/CHANGES.rst new/calmjs-3.4.4/CHANGES.rst
--- old/calmjs-3.4.3/CHANGES.rst2023-03-02 04:09:24.0 +0100
+++ new/calmjs-3.4.4/CHANGES.rst2023-03-07 06:31:57.0 +0100
@@ -1,6 +1,20 @@
 Changelog
 =
 
+3.4.4 (2023-03-07)
+--
+
+- Upgrading to ``setuptools-65.6.0`` and beyond will result in a new
+  version of ``distutils`` that "fixed" how logging works, but now the
+  hooks and expected workarounds no longer work.  Given that the
+  deprecation of ``distutils`` is in the works, no fixes will be done
+  until ``setuptools`` fully replaces it beyond the release of Python
+  3.12, as the author no longer trust Python to provide a stable
+  platform to develop software on.  Thus, any future "fixes" will only
+  be provided on an even more reactive (rather than proactive) basis.  [
+  `#66 `_
+  ]
+
 3.4.3 (2023-03-02)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calmjs-3.4.3/README.rst new/calmjs-3.4.4/README.rst
--- old/calmjs-3.4.3/README.rst 2023-03-02 04:09:24.0 +0100
+++ new/calmjs-3.4.4/README.rst 2023-03-07 06:31:57.0 +0100
@@ -4,12 +4,12 @@
 A Python framework for building toolchains and utilities for working
 with the Node.js ecosystem from within a Python environment.
 
-.. image:: 
https://github.com/calmjs/calmjs/actions/workflows/build.yml/badge.svg?branch=3.4.3
-:target: 
https://github.com/calmjs/calmjs/actions/workflows/build.yml?query=branch:3.4.3
-.. image:: 
https://ci.appveyor.com/api/projects/status/45054tm9cfk7ryam/branch/3.4.3?svg=true
-:target: https://ci.appveyor.com/project/metatoaster/calmjs/branch/3.4.3
-.. image:: 
https://coveralls.io/repos/github/calmjs/calmjs/badge.svg?branch=3.4.3
-:target: https://coveralls.io/github/calmjs/calmjs?branch=3.4.3
+.. image:: 
https://github.com/calmjs/calmjs/actions/workflows/build.yml/badge.svg?branch=3.4.4
+:target: 
https://github.com/calmjs/calmjs/actions/workflows/build.yml?query=branch:3.4.4
+.. image:: 
https://ci.appveyor.com/api/projects/status/45054tm9cfk7ryam/branch/3.4.4?svg=true
+:target: 

commit python-calmjs for openSUSE:Factory

2023-03-02 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-calmjs for openSUSE:Factory 
checked in at 2023-03-02 23:04:12

Comparing /work/SRC/openSUSE:Factory/python-calmjs (Old)
 and  /work/SRC/openSUSE:Factory/.python-calmjs.new.31432 (New)


Package is "python-calmjs"

Thu Mar  2 23:04:12 2023 rev:7 rq:1068649 version:3.4.3

Changes:

--- /work/SRC/openSUSE:Factory/python-calmjs/python-calmjs.changes  
2022-12-20 20:22:02.930391767 +0100
+++ /work/SRC/openSUSE:Factory/.python-calmjs.new.31432/python-calmjs.changes   
2023-03-02 23:04:37.216188662 +0100
@@ -1,0 +2,9 @@
+Thu Mar  2 04:28:45 UTC 2023 - John Vandenberg 
+
+- Update to v3.4.3
+  * This is a maintenance release for Python 3.11
+  * The registration of subparser of the same name will now be blocked,
+rather than cascade to result into a ArgumentError that cannot be
+recovered from.
+
+---

Old:

  3.4.2.tar.gz

New:

  3.4.3.tar.gz



Other differences:
--
++ python-calmjs.spec ++
--- /var/tmp/diff_new_pack.y2szed/_old  2023-03-02 23:04:37.820191679 +0100
+++ /var/tmp/diff_new_pack.y2szed/_new  2023-03-02 23:04:37.828191719 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-calmjs
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define skip_python2 1
 Name:   python-calmjs
-Version:3.4.2
+Version:3.4.3
 Release:0
 Summary:A Python framework for working with the Node.js ecosystem
 License:GPL-2.0-or-later
@@ -60,6 +60,8 @@
 export LANG=en_US.UTF-8
 %python_install
 %python_clone -a %{buildroot}%{_bindir}/calmjs
+# see https://github.com/calmjs/calmjs/issues/65 for maintainer feedback
+# regarding these two subpackages.
 # %%python_expand rm -r %%{buildroot}%%{$python_sitelib}/calmjs/testing
 # %%python_expand rm -r %%{buildroot}%%{$python_sitelib}/calmjs/tests
 %python_expand %fdupes %{buildroot}%{$python_sitelib}

++ 3.4.2.tar.gz -> 3.4.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calmjs-3.4.2/.github/workflows/build.yml 
new/calmjs-3.4.3/.github/workflows/build.yml
--- old/calmjs-3.4.2/.github/workflows/build.yml2021-10-09 
08:19:26.0 +0200
+++ new/calmjs-3.4.3/.github/workflows/build.yml2023-03-02 
04:09:24.0 +0100
@@ -10,6 +10,7 @@
   - 3.4.0
   - 3.4.1
   - 3.4.2
+  - 3.4.3
   pull_request:
 branches:
   - master
@@ -21,8 +22,8 @@
 strategy:
   matrix:
 os: [ubuntu-latest, macos-latest, windows-latest]
-python-version: [3.9, "3.10"]
-node-version: [12, 14]
+python-version: ["3.10", "3.11"]
+node-version: [16, 18]
 include:
   - os: ubuntu-latest
 python-version: 2.7
@@ -37,7 +38,7 @@
 python-version: 2.7
 node-version: 4
 
-  - os: ubuntu-latest
+  - os: ubuntu-20.04
 python-version: 3.6
 node-version: 8
   - os: macos-latest
@@ -68,16 +69,26 @@
 node-version: 12
 
   - os: ubuntu-latest
-python-version: pypy2
-node-version: 12
+python-version: 3.9
+node-version: 14
+  - os: macos-latest
+python-version: 3.9
+node-version: 14
+  - os: windows-latest
+python-version: 3.9
+node-version: 14
+
   - os: ubuntu-latest
-python-version: pypy3
-node-version: 12
+python-version: 'pypy2.7'
+node-version: 14
+  - os: ubuntu-latest
+python-version: 'pypy3.9'
+node-version: 14
 
 steps:
-- uses: actions/checkout@v2
+- uses: actions/checkout@v3
 - name: Set up Python ${{ matrix.python-version }}
-  uses: actions/setup-python@v2
+  uses: actions/setup-python@v4
   with:
 python-version: ${{ matrix.python-version }}
 - name: Set up Node ${{ matrix.node-version }}
@@ -98,7 +109,7 @@
 coverage run --include=src/* -m unittest calmjs.tests.make_suite
 coverage report -m
 - name: Coveralls
-  if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version != '2.7' 
&& matrix.python-version != 'pypy2' }}
+  if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version != '2.7' 
&& matrix.python-version != 'pypy2.7' }}
   env:
 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
   run: |

commit python-calmjs for openSUSE:Factory

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

here is the log from the commit of package python-calmjs for openSUSE:Factory 
checked in at 2022-12-20 20:21:24

Comparing /work/SRC/openSUSE:Factory/python-calmjs (Old)
 and  /work/SRC/openSUSE:Factory/.python-calmjs.new.1835 (New)


Package is "python-calmjs"

Tue Dec 20 20:21:24 2022 rev:6 rq:1043957 version:3.4.2

Changes:

--- /work/SRC/openSUSE:Factory/python-calmjs/python-calmjs.changes  
2021-11-17 01:15:29.074191336 +0100
+++ /work/SRC/openSUSE:Factory/.python-calmjs.new.1835/python-calmjs.changes
2022-12-20 20:22:02.930391767 +0100
@@ -1,0 +2,6 @@
+Tue Dec 20 17:22:18 UTC 2022 - Daniel Garcia 
+
+- Use pytest to run tests in %check and disable logging tests that fails in
+  obs.
+
+---



Other differences:
--
++ python-calmjs.spec ++
--- /var/tmp/diff_new_pack.TSnRSj/_old  2022-12-20 20:22:03.354394091 +0100
+++ /var/tmp/diff_new_pack.TSnRSj/_new  2022-12-20 20:22:03.358394112 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-calmjs
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-calmjs
 Version:3.4.2
@@ -27,6 +26,8 @@
 Source: https://github.com/calmjs/calmjs/archive/%{version}.tar.gz
 BuildRequires:  %{python_module calmjs.parse >= 1.0.0}
 BuildRequires:  %{python_module calmjs.types}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -45,7 +46,7 @@
 with the Node.js ecosystem from within a Python environment.
 
 %prep
-%setup -q -n calmjs-%{version}
+%autosetup -p1 -n calmjs-%{version}
 # needs network and npm
 rm src/calmjs/tests/test_npm.py
 # we don't have yarn binary
@@ -65,9 +66,8 @@
 
 %check
 export LANG=en_US.UTF-8
-# gh#calmjs/calmjs#61
-# %%python_expand rm -v 
%%{buildroot}%%{$python_sitelib}/calmjs/tests/test_argparse.py
-%pyunittest -v calmjs.tests.make_suite
+# DistLoggerTestCase is not working correctly in obs build environment
+%pytest -v --pyargs calmjs.tests -k 'not DistLoggerTestCase'
 
 %post
 %python_install_alternative calmjs
@@ -79,6 +79,8 @@
 %license LICENSE
 %doc CHANGES.rst
 %python_alternative %{_bindir}/calmjs
-%{python_sitelib}/*
+%{python_sitelib}/calmjs
+%{python_sitelib}/calmjs-%{version}*-nspkg.pth
+%{python_sitelib}/calmjs-%{version}*-info
 
 %changelog


commit python-calmjs for openSUSE:Factory

2021-11-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-calmjs for openSUSE:Factory 
checked in at 2021-11-17 01:14:18

Comparing /work/SRC/openSUSE:Factory/python-calmjs (Old)
 and  /work/SRC/openSUSE:Factory/.python-calmjs.new.1890 (New)


Package is "python-calmjs"

Wed Nov 17 01:14:18 2021 rev:5 rq:931788 version:3.4.2

Changes:

--- /work/SRC/openSUSE:Factory/python-calmjs/python-calmjs.changes  
2021-11-12 16:00:06.850588517 +0100
+++ /work/SRC/openSUSE:Factory/.python-calmjs.new.1890/python-calmjs.changes
2021-11-17 01:15:29.074191336 +0100
@@ -1,0 +2,6 @@
+Tue Nov 16 14:18:02 UTC 2021 - Matej Cepl 
+
+- Remove creation of the unnecessary __init__py, which breaks the test
+  suite (gh#calmjs/calmjs#61). 
+
+---



Other differences:
--
++ python-calmjs.spec ++
--- /var/tmp/diff_new_pack.sXRMpm/_old  2021-11-17 01:15:29.666191363 +0100
+++ /var/tmp/diff_new_pack.sXRMpm/_new  2021-11-17 01:15:29.670191364 +0100
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-calmjs
 Version:3.4.2
 Release:0
@@ -60,15 +61,13 @@
 %python_clone -a %{buildroot}%{_bindir}/calmjs
 # %%python_expand rm -r %%{buildroot}%%{$python_sitelib}/calmjs/testing
 # %%python_expand rm -r %%{buildroot}%%{$python_sitelib}/calmjs/tests
-%{python_expand touch %{buildroot}%{$python_sitelib}/calmjs/__init__.py
-%fdupes %{buildroot}%{$python_sitelib}
-}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 export LANG=en_US.UTF-8
 # gh#calmjs/calmjs#61
-%python_expand rm -v 
%{buildroot}%{$python_sitelib}/calmjs/tests/test_argparse.py
-%pyunittest discover -v -s %{buildroot}%{$python_sitelib}/calmjs/
+# %%python_expand rm -v 
%%{buildroot}%%{$python_sitelib}/calmjs/tests/test_argparse.py
+%pyunittest -v calmjs.tests.make_suite
 
 %post
 %python_install_alternative calmjs


commit python-calmjs for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-calmjs for openSUSE:Factory 
checked in at 2021-11-12 15:59:19

Comparing /work/SRC/openSUSE:Factory/python-calmjs (Old)
 and  /work/SRC/openSUSE:Factory/.python-calmjs.new.1890 (New)


Package is "python-calmjs"

Fri Nov 12 15:59:19 2021 rev:4 rq:930992 version:3.4.2

Changes:

--- /work/SRC/openSUSE:Factory/python-calmjs/python-calmjs.changes  
2021-01-26 14:49:56.339693083 +0100
+++ /work/SRC/openSUSE:Factory/.python-calmjs.new.1890/python-calmjs.changes
2021-11-12 16:00:06.850588517 +0100
@@ -1,0 +2,12 @@
+Thu Nov 11 22:29:55 UTC 2021 - Matej Cepl 
+
+- Update to 3.4.2:
+  - This is a maintenance release for Python 3.10; no substantial
+changes were been made.
+  - Provided a check for disabling integration tests using the
+CALMJS_SKIP_INTEGRATION environment variable, when set to a non-
+empty string, the integration tests found in test_dist will be
+skipped. [ #60 ]
+- Fix running of tests (gh#calmjs/calmjs#61).
+
+---

Old:

  3.4.1.tar.gz

New:

  3.4.2.tar.gz



Other differences:
--
++ python-calmjs.spec ++
--- /var/tmp/diff_new_pack.uBZOzv/_old  2021-11-12 16:00:07.402588773 +0100
+++ /var/tmp/diff_new_pack.uBZOzv/_new  2021-11-12 16:00:07.406588774 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-calmjs
-Version:3.4.1
+Version:3.4.2
 Release:0
 Summary:A Python framework for working with the Node.js ecosystem
 License:GPL-2.0-or-later
@@ -32,10 +32,9 @@
 Requires:   python-calmjs.parse >= 1.0.0
 Requires:   python-calmjs.types
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 BuildArch:  noarch
 # SECTION test requirements
-BuildRequires:  %{python_module pytest}
 BuildRequires:  nodejs-common
 # /SECTION
 %python_subpackages
@@ -59,16 +58,17 @@
 export LANG=en_US.UTF-8
 %python_install
 %python_clone -a %{buildroot}%{_bindir}/calmjs
-%python_expand rm -r %{buildroot}%{$python_sitelib}/calmjs/testing
-%python_expand rm -r %{buildroot}%{$python_sitelib}/calmjs/tests
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
+# %%python_expand rm -r %%{buildroot}%%{$python_sitelib}/calmjs/testing
+# %%python_expand rm -r %%{buildroot}%%{$python_sitelib}/calmjs/tests
+%{python_expand touch %{buildroot}%{$python_sitelib}/calmjs/__init__.py
+%fdupes %{buildroot}%{$python_sitelib}
+}
 
 %check
 export LANG=en_US.UTF-8
-pushd src
-PYTHONPATH=.
-%pytest -k 'not (test_setup_egg_info or test_build_calmjs_artifact)'
-popd
+# gh#calmjs/calmjs#61
+%python_expand rm -v 
%{buildroot}%{$python_sitelib}/calmjs/tests/test_argparse.py
+%pyunittest discover -v -s %{buildroot}%{$python_sitelib}/calmjs/
 
 %post
 %python_install_alternative calmjs

++ 3.4.1.tar.gz -> 3.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calmjs-3.4.1/.github/workflows/build.yml 
new/calmjs-3.4.2/.github/workflows/build.yml
--- old/calmjs-3.4.1/.github/workflows/build.yml1970-01-01 
01:00:00.0 +0100
+++ new/calmjs-3.4.2/.github/workflows/build.yml2021-10-09 
08:19:26.0 +0200
@@ -0,0 +1,106 @@
+name: build
+
+on:
+  push:
+branches:
+  - master
+  - testing
+  - 3.4.x
+tags:
+  - 3.4.0
+  - 3.4.1
+  - 3.4.2
+  pull_request:
+branches:
+  - master
+
+jobs:
+  build:
+
+runs-on: ${{ matrix.os }}
+strategy:
+  matrix:
+os: [ubuntu-latest, macos-latest, windows-latest]
+python-version: [3.9, "3.10"]
+node-version: [12, 14]
+include:
+  - os: ubuntu-latest
+python-version: 2.7
+node-version: 4
+  # No idea why OS X would trigger that specific error, when it
+  # passes on other platforms.
+  # See: https://github.com/calmjs/calmjs/runs/3844830329
+  # - os: macos-latest
+  #   python-version: 2.7
+  #   node-version: 4
+  - os: windows-latest
+python-version: 2.7
+node-version: 4
+
+  - os: ubuntu-latest
+python-version: 3.6
+node-version: 8
+  - os: macos-latest
+python-version: 3.6
+node-version: 8
+  - os: windows-latest
+python-version: 3.6
+node-version: 8
+
+  - os: ubuntu-latest
+python-version: 3.7
+node-version: 10
+  - os: macos-latest
+python-version: 3.7
+

commit python-calmjs for openSUSE:Factory

2021-01-26 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-calmjs for openSUSE:Factory 
checked in at 2021-01-26 14:46:25

Comparing /work/SRC/openSUSE:Factory/python-calmjs (Old)
 and  /work/SRC/openSUSE:Factory/.python-calmjs.new.28504 (New)


Package is "python-calmjs"

Tue Jan 26 14:46:25 2021 rev:3 rq:866032 version:3.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-calmjs/python-calmjs.changes  
2020-01-20 22:54:19.899317824 +0100
+++ /work/SRC/openSUSE:Factory/.python-calmjs.new.28504/python-calmjs.changes   
2021-01-26 14:49:56.339693083 +0100
@@ -1,0 +2,5 @@
+Fri Jan 22 14:00:18 UTC 2021 - Mark??ta Machov?? 
+
+- Launch the tests again.
+
+---



Other differences:
--
++ python-calmjs.spec ++
--- /var/tmp/diff_new_pack.RMawlW/_old  2021-01-26 14:49:57.039694037 +0100
+++ /var/tmp/diff_new_pack.RMawlW/_new  2021-01-26 14:49:57.043694043 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-calmjs
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -66,6 +66,7 @@
 %check
 export LANG=en_US.UTF-8
 pushd src
+PYTHONPATH=.
 %pytest -k 'not (test_setup_egg_info or test_build_calmjs_artifact)'
 popd