Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-metaextract for openSUSE:Factory checked in at 2022-09-30 17:57:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-metaextract (Old) and /work/SRC/openSUSE:Factory/.python-metaextract.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-metaextract" Fri Sep 30 17:57:44 2022 rev:17 rq:1007061 version:1.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-metaextract/python-metaextract.changes 2021-12-09 19:46:04.549146730 +0100 +++ /work/SRC/openSUSE:Factory/.python-metaextract.new.2275/python-metaextract.changes 2022-09-30 17:58:03.405282254 +0200 @@ -1,0 +2,12 @@ +Thu Sep 29 16:10:29 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com> + +- Update to Version 1.0.8: + * Merge pull request #15 from toabctl/gh-instead-of-travis + * Move from Travis CI to github actions + * Merge pull request #14 from toabctl/drop-pytest-runner + * Post release version bump to 1.0.8 + * setup.py: drop setup_requires including setuptools and pytest-runner + * Merge pull request #12 from jayvdb/json_dumps_default + * Use default json encoder 'str' + +------------------------------------------------------------------- Old: ---- 1.0.7.tar.gz New: ---- 1.0.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-metaextract.spec ++++++ --- /var/tmp/diff_new_pack.j3MRKF/_old 2022-09-30 17:58:03.889283289 +0200 +++ /var/tmp/diff_new_pack.j3MRKF/_new 2022-09-30 17:58:03.893283298 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-metaextract # -# 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-metaextract -Version: 1.0.7 +Version: 1.0.8 Release: 0 Summary: Module to collect metadata for Python modules License: Apache-2.0 ++++++ 1.0.7.tar.gz -> 1.0.8.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metaextract-1.0.7/.github/workflows/ci.yaml new/metaextract-1.0.8/.github/workflows/ci.yaml --- old/metaextract-1.0.7/.github/workflows/ci.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/metaextract-1.0.8/.github/workflows/ci.yaml 2021-12-08 14:15:24.000000000 +0100 @@ -0,0 +1,36 @@ +name: metaextract + +on: + - push + - pull_request + +jobs: + lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Setup Python + uses: actions/setup-python@v2 + with: + python-version: 3.9 + - name: Install tox and any other packages + run: pip install tox + - name: Run tox + run: tox -e pep8 + unittest: + runs-on: ubuntu-latest + strategy: + matrix: + python: ["2.7", "3.7", "3.8", "3.9"] + + steps: + - uses: actions/checkout@v2 + - name: Setup Python + uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python }} + - name: Install tox and any other packages + run: pip install tox + - name: Run tox + # Run tox using the version of Python in `PATH` + run: tox -e py diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metaextract-1.0.7/.travis.yml new/metaextract-1.0.8/.travis.yml --- old/metaextract-1.0.7/.travis.yml 2020-03-29 07:21:37.000000000 +0200 +++ new/metaextract-1.0.8/.travis.yml 1970-01-01 01:00:00.000000000 +0100 @@ -1,23 +0,0 @@ -sudo: false -language: python -matrix: - include: - - python: 3.7 - env: TOX_ENV=pep8 - - python: 2.7 - env: TOX_ENV=py27 - - python: 3.7 - env: TOX_ENV=py37 -install: -- pip install tox -script: -- tox -e $TOX_ENV -deploy: - provider: pypi - user: toabctl - password: - secure: XU/FV623lG48aBV/CuCgOK2idAcfIjkEJbHGXp76Z2XK1+IdbBuIQZF9Lq0OnGINjYpJ/QvgeycciXW1q3WYniZcMaxOYwfQvuqkfZzehwkQWma0HaCadMkSMaKrHR0TvLNb/nNvYC6jf4A9AHcRDdHW7LOngSSls/WpsFPKTeO5gvwxmwjzotdo14NlJtFxcEdwZtRIhVH2FsvUOWsK0K5X9/137mLA/GQ3rDvkQQ/9d1lLUiGWcsEDeeY1FjsG0Wp2b4b6JpTkqMBe2WTzmnDL1JJ8Q8XyTOpCxoXujvMJQD0NxUyrc3iWzAuiyJ4JIgqqw1w4DtQKrUScwVE+NZaItnE3bAox/QbKU/xjE1WMQ4PBsGMW6ljhDZbNIMWlKuEDGRxKhWOO2kDUfdQhmCzxUfb3FcEf87OLQ8Va5Bv2NUbSBiS6MScTFFeR7wA5ikT63yWE9uEnotlm0kYI33G/PC1TEYhWHFoV/KPdhmTRF0hNiMrYB6Q3pbPa0fqPHlfVKw4W3M+tCyqCCHgyO9mhLou2cnenkaVuqPIH2V/fAhFFkagFndvAe1m4iY1QI3Ir4RtDrZzk+yEZHVCBup47uFh11JA0Li/DK4EfWt+vXqYO4cNRSpBhXG2r+FnF4vly4MIGJ/hjJDY25S3AZ7co/RNn2m5FwH8klGnVfHU= - on: - tags: true - distributions: sdist bdist_wheel - repo: toabctl/metaextract diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metaextract-1.0.7/metaextract/__init__.py new/metaextract-1.0.8/metaextract/__init__.py --- old/metaextract-1.0.7/metaextract/__init__.py 2020-03-29 07:21:37.000000000 +0200 +++ new/metaextract-1.0.8/metaextract/__init__.py 2021-12-08 14:15:24.000000000 +0100 @@ -15,4 +15,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.0.7" +__version__ = "1.0.8" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metaextract-1.0.7/setup.py new/metaextract-1.0.8/setup.py --- old/metaextract-1.0.7/setup.py 2020-03-29 07:21:37.000000000 +0200 +++ new/metaextract-1.0.8/setup.py 2021-12-08 14:15:24.000000000 +0100 @@ -34,7 +34,6 @@ author_email="thomasbecht...@jpberlin.de", url='http://github.com/toabctl/metaextract', packages=['metaextract'], - setup_requires=["setuptools", "pytest-runner"], cmdclass=metaextract.setup.get_cmdclass(), tests_require=["flake8", "pytest", "mock"], classifiers=[