Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-colorful for openSUSE:Factory
checked in at 2024-01-09 20:49:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-colorful (Old)
and /work/SRC/openSUSE:Factory/.python-colorful.new.21961 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-colorful"
Tue Jan 9 20:49:34 2024 rev:3 rq:1137631 version:0.5.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-colorful/python-colorful.changes
2023-01-04 17:53:53.726638775 +0100
+++
/work/SRC/openSUSE:Factory/.python-colorful.new.21961/python-colorful.changes
2024-01-09 20:50:04.833152042 +0100
@@ -1,0 +2,7 @@
+Mon Jan 8 20:42:10 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 0.5.6:
+ * Fix PEP420 Implicit name space thanks @MocioF
+ * Test Python 3.12 support
+
+-------------------------------------------------------------------
Old:
----
colorful-0.5.5.tar.gz
New:
----
colorful-0.5.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-colorful.spec ++++++
--- /var/tmp/diff_new_pack.SSdKsb/_old 2024-01-09 20:50:06.421209779 +0100
+++ /var/tmp/diff_new_pack.SSdKsb/_new 2024-01-09 20:50:06.425209924 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-colorful
#
-# 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
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-colorful
-Version: 0.5.5
+Version: 0.5.6
Release: 0
Summary: Terminal string styling done right, in Python
License: MIT
++++++ colorful-0.5.5.tar.gz -> colorful-0.5.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/colorful-0.5.5/.github/workflows/main.yml
new/colorful-0.5.6/.github/workflows/main.yml
--- old/colorful-0.5.5/.github/workflows/main.yml 2022-12-04
14:47:35.000000000 +0100
+++ new/colorful-0.5.6/.github/workflows/main.yml 2024-01-07
20:35:44.000000000 +0100
@@ -10,18 +10,18 @@
fail-fast: false
max-parallel: 8
matrix:
- python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
+ python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12]
os: [ubuntu-latest, windows-latest, macOS-latest]
include:
- - os: ubuntu-18.04
+ - os: ubuntu-20.04
python-version: 3.5
- - os: ubuntu-18.04
+ - os: ubuntu-20.04
python-version: 3.6
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Setup build and test environment
@@ -58,12 +58,12 @@
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
- - name: Set up Python 3.11
+ - uses: actions/checkout@v4
+ - name: Set up Python 3.12
if: startsWith(github.event.ref, 'refs/tags')
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
- python-version: 3.11
+ python-version: 3.12
- name: Build Package
if: startsWith(github.event.ref, 'refs/tags')
run: |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/colorful-0.5.5/CHANGELOG.md
new/colorful-0.5.6/CHANGELOG.md
--- old/colorful-0.5.5/CHANGELOG.md 2022-12-04 14:47:35.000000000 +0100
+++ new/colorful-0.5.6/CHANGELOG.md 2024-01-07 20:35:44.000000000 +0100
@@ -6,6 +6,10 @@
*Nothing here yet.*
+## [v0.5.6]
+- Fix PEP420 Implicit name space thanks @MocioF
+- Test Python 3.12 support
+
## [v0.5.5]
## Fixed
- Fix `setup(colormode=NO_COLORS)`
@@ -123,7 +127,8 @@
- Initial release
-[Unreleased]: https://github.com/timofurrer/colorful/compare/v0.5.5...HEAD
+[Unreleased]: https://github.com/timofurrer/colorful/compare/v0.5.6...HEAD
+[v0.5.5]: https://github.com/timofurrer/colorful/compare/v0.5.5...v0.5.6
[v0.5.5]: https://github.com/timofurrer/colorful/compare/v0.5.4...v0.5.5
[v0.5.4]: https://github.com/timofurrer/colorful/compare/v0.5.3...v0.5.4
[v0.5.3]: https://github.com/timofurrer/colorful/compare/v0.5.2...v0.5.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/colorful-0.5.5/README.md new/colorful-0.5.6/README.md
--- old/colorful-0.5.5/README.md 2022-12-04 14:47:35.000000000 +0100
+++ new/colorful-0.5.6/README.md 2024-01-07 20:35:44.000000000 +0100
@@ -79,7 +79,7 @@
## Usage
-**colorful** supports all major Python versions: *3.5*, *3.6* and *3.7*,
*3.8*, *3.9*, *3.10*, *3.11*. <br>
+**colorful** supports all major Python versions: *3.5*, *3.6* and *3.7*,
*3.8*, *3.9*, *3.10*, *3.11*, *3.12*. <br>
We recommend to use the latest version released on
[PyPI](https://pypi.python.org/pypi/colorful):
```bash
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/colorful-0.5.5/colorful/__init__.py
new/colorful-0.5.6/colorful/__init__.py
--- old/colorful-0.5.5/colorful/__init__.py 2022-12-04 14:47:35.000000000
+0100
+++ new/colorful-0.5.6/colorful/__init__.py 2024-01-07 20:35:44.000000000
+0100
@@ -21,7 +21,7 @@
from . import terminal
#: Holds the current version
-__version__ = '0.5.5'
+__version__ = '0.5.6'
# if we are on Windows we have to init colorama
if platform.system() == 'Windows':
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/colorful-0.5.5/setup.py new/colorful-0.5.6/setup.py
--- old/colorful-0.5.5/setup.py 2022-12-04 14:47:35.000000000 +0100
+++ new/colorful-0.5.6/setup.py 2024-01-07 20:35:44.000000000 +0100
@@ -14,7 +14,7 @@
import os
import sys
import codecs
-from setuptools import setup, find_packages
+from setuptools import setup, find_namespace_packages
# These python versions are explicitly not supported
# by colorful. This is mostly because of the incompatiblities
@@ -81,7 +81,7 @@
maintainer_email='[email protected]',
include_package_data=True,
package_data={'': ['colorful/data/*.txt', 'colorful/data/*.json',
'README.md']},
- packages=find_packages(exclude=['*tests*']),
+ packages=find_namespace_packages(exclude=['*tests*','*examples*']),
install_requires=requirements,
classifiers=[
'Development Status :: 5 - Production/Stable',
@@ -101,6 +101,7 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
+ 'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: Implementation',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/colorful-0.5.5/tox.ini new/colorful-0.5.6/tox.ini
--- old/colorful-0.5.5/tox.ini 2022-12-04 14:47:35.000000000 +0100
+++ new/colorful-0.5.6/tox.ini 2024-01-07 20:35:44.000000000 +0100
@@ -1,5 +1,5 @@
[tox]
-envlist = flake8,pypy,py35,py36,py37,py38,py39,py310,py311
+envlist = flake8,pypy,py35,py36,py37,py38,py39,py310,py311,py312
skip_missing_interpreters = True
[testenv]