Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-codecov for openSUSE:Factory checked in at 2023-05-08 17:24:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-codecov (Old) and /work/SRC/openSUSE:Factory/.python-codecov.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-codecov" Mon May 8 17:24:03 2023 rev:7 rq:1085333 version:2.1.13 Changes: -------- --- /work/SRC/openSUSE:Factory/python-codecov/python-codecov.changes 2021-08-29 21:33:58.954678991 +0200 +++ /work/SRC/openSUSE:Factory/.python-codecov.new.1533/python-codecov.changes 2023-05-08 17:24:05.072624494 +0200 @@ -1,0 +2,7 @@ +Sun May 7 18:44:59 UTC 2023 - Dirk Müller <[email protected]> + +- update to 2.1.13: + * Add deprecation notice + * Add migration guide link + +------------------------------------------------------------------- Old: ---- codecov-2.1.12.tar.gz New: ---- codecov-2.1.13.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-codecov.spec ++++++ --- /var/tmp/diff_new_pack.zbfs3M/_old 2023-05-08 17:24:05.608627663 +0200 +++ /var/tmp/diff_new_pack.zbfs3M/_new 2023-05-08 17:24:05.616627710 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-codecov # -# Copyright (c) 2021 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 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-codecov -Version: 2.1.12 +Version: 2.1.13 Release: 0 Summary: Hosted coverage reports License: Apache-2.0 ++++++ codecov-2.1.12.tar.gz -> codecov-2.1.13.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/codecov-2.1.12/PKG-INFO new/codecov-2.1.13/PKG-INFO --- old/codecov-2.1.12/PKG-INFO 2021-08-02 19:56:28.460793300 +0200 +++ new/codecov-2.1.13/PKG-INFO 2023-04-18 01:09:44.724852000 +0200 @@ -1,12 +1,11 @@ -Metadata-Version: 1.2 +Metadata-Version: 2.1 Name: codecov -Version: 2.1.12 +Version: 2.1.13 Summary: Hosted coverage reports for GitHub, Bitbucket and Gitlab Home-page: https://github.com/codecov/codecov-python Author: Codecov Author-email: [email protected] License: Apache 2.0 -Description: UNKNOWN Keywords: coverage codecov code python java scala php Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable @@ -26,3 +25,7 @@ Classifier: License :: OSI Approved :: Apache Software License Classifier: Topic :: Software Development :: Testing Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* +License-File: LICENSE + +UNKNOWN + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/codecov-2.1.12/README.md new/codecov-2.1.13/README.md --- old/codecov-2.1.12/README.md 2021-08-02 18:56:19.000000000 +0200 +++ new/codecov-2.1.13/README.md 2023-04-18 01:04:27.000000000 +0200 @@ -1,3 +1,11 @@ +ð¨ð¨ Deprecation Notice ð¨ð¨ + +This uploader is being deprecated by the Codecov team. We recommend migrating to our [new uploader](https://docs.codecov.com/docs/codecov-uploader) as soon as possible to prevent any lapses in coverage. [The new uploader is open source](https://github.com/codecov/uploader), and we highly encourage submitting Issues and Pull Requests. + +You can visit our [migration guide](https://docs.codecov.com/docs/deprecated-uploader-migration-guide#python-uploader) for help moving to our new uploader, and our blog post to learn more about our [deprecation plan](https://about.codecov.io/blog/codecov-uploader-deprecation-plan/) + +**On February 1, 2022 this uploader will be completely deprecated and will no longer be able to upload coverage to Codecov.** + # Codecov Global Python Uploader [](https://codecov.io/github/codecov/codecov-python) @@ -113,7 +121,7 @@ ## Copyright -> Copyright 2014-2020 codecov +> Copyright 2014-2022 codecov ## License diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/codecov-2.1.12/codecov/__version__.py new/codecov-2.1.13/codecov/__version__.py --- old/codecov-2.1.12/codecov/__version__.py 2021-08-02 19:56:03.000000000 +0200 +++ new/codecov-2.1.13/codecov/__version__.py 2023-04-18 01:07:40.000000000 +0200 @@ -5,4 +5,4 @@ __license__ = "Apache 2.0" __title__ = "codecov" __url__ = "https://github.com/codecov/codecov-python" -__version__ = "2.1.12" +__version__ = "2.1.13" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/codecov-2.1.12/codecov.egg-info/PKG-INFO new/codecov-2.1.13/codecov.egg-info/PKG-INFO --- old/codecov-2.1.12/codecov.egg-info/PKG-INFO 2021-08-02 19:56:27.000000000 +0200 +++ new/codecov-2.1.13/codecov.egg-info/PKG-INFO 2023-04-18 01:09:44.000000000 +0200 @@ -1,12 +1,11 @@ -Metadata-Version: 1.2 +Metadata-Version: 2.1 Name: codecov -Version: 2.1.12 +Version: 2.1.13 Summary: Hosted coverage reports for GitHub, Bitbucket and Gitlab Home-page: https://github.com/codecov/codecov-python Author: Codecov Author-email: [email protected] License: Apache 2.0 -Description: UNKNOWN Keywords: coverage codecov code python java scala php Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable @@ -26,3 +25,7 @@ Classifier: License :: OSI Approved :: Apache Software License Classifier: Topic :: Software Development :: Testing Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* +License-File: LICENSE + +UNKNOWN + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/codecov-2.1.12/setup.py new/codecov-2.1.13/setup.py --- old/codecov-2.1.12/setup.py 2021-07-06 22:34:47.000000000 +0200 +++ new/codecov-2.1.13/setup.py 2023-04-18 00:26:17.000000000 +0200 @@ -2,6 +2,13 @@ from codecs import open import os from setuptools import setup +from setuptools.command.install import install + +class PostInstallCommand(install): + def run(self): + install.run(self) + print("\n**** The codecov package has been deprecated and will be removed by the team in the future. Please update to use the uploader (https://docs.codecov.com/docs/codecov-uploader) to prevent any breakages in workflow. ****\n") + classifiers = [ "Development Status :: 5 - Production/Stable", @@ -45,4 +52,7 @@ install_requires=["requests>=2.7.9", "coverage"], entry_points={"console_scripts": ["codecov=codecov:main"]}, python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", + cmdclass={ + 'install': PostInstallCommand, + }, )
