commit python-pastel for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pastel for openSUSE:Factory checked in at 2022-05-31 15:46:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pastel (Old) and /work/SRC/openSUSE:Factory/.python-pastel.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-pastel" Tue May 31 15:46:51 2022 rev:3 rq:979751 version:0.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pastel/python-pastel.changes 2020-03-11 18:56:50.379714943 +0100 +++ /work/SRC/openSUSE:Factory/.python-pastel.new.1548/python-pastel.changes 2022-05-31 15:46:56.235970493 +0200 @@ -1,0 +2,6 @@ +Sun May 29 20:22:03 UTC 2022 - Dirk M��ller <dmueller@suse.com> + +- update to 0.2.1: + * build system fix + +------------------------------------------------------------------- Old: ---- pastel-0.2.0.tar.gz New: ---- pastel-0.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pastel.spec ++++++ --- /var/tmp/diff_new_pack.NlqZxj/_old 2022-05-31 15:46:56.631970755 +0200 +++ /var/tmp/diff_new_pack.NlqZxj/_new 2022-05-31 15:46:56.635970758 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pastel # -# Copyright (c) 2020 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-pastel -Version: 0.2.0 +Version: 0.2.1 Release: 0 Summary: String colorization for Python License: MIT ++++++ pastel-0.2.0.tar.gz -> pastel-0.2.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pastel-0.2.0/PKG-INFO new/pastel-0.2.1/PKG-INFO --- old/pastel-0.2.0/PKG-INFO 2019-12-16 01:40:16.745056000 +0100 +++ new/pastel-0.2.1/PKG-INFO 2020-09-16 21:19:42.261654000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pastel -Version: 0.2.0 +Version: 0.2.1 Summary: Bring colors to your terminal. Home-page: https://github.com/sdispater/pastel License: MIT @@ -16,6 +16,7 @@ Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 Project-URL: Repository, https://github.com/sdispater/pastel Description-Content-Type: text/x-rst diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pastel-0.2.0/pastel/__init__.py new/pastel-0.2.1/pastel/__init__.py --- old/pastel-0.2.0/pastel/__init__.py 2019-12-16 01:33:16.751403600 +0100 +++ new/pastel-0.2.1/pastel/__init__.py 2020-09-16 20:58:26.860376100 +0200 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = "0.2.0" +__version__ = "0.2.1" from .pastel import Pastel diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pastel-0.2.0/pyproject.toml new/pastel-0.2.1/pyproject.toml --- old/pastel-0.2.0/pyproject.toml 2019-12-16 01:39:14.426426600 +0100 +++ new/pastel-0.2.1/pyproject.toml 2020-09-16 20:58:07.045966000 +0200 @@ -1,6 +1,6 @@ [tool.poetry] name = "pastel" -version = "0.2.0" +version = "0.2.1" description = "Bring colors to your terminal." authors = ["S��bastien Eustace <sebastien@eustace.io>"] license = "MIT" @@ -23,5 +23,5 @@ tox = "^3.13.2" [build-system] -requires = ["poetry>=1.0.0"] -build-backend = "poetry.masonry.api" +requires = ["poetry-core>=1.0.0a9"] +build-backend = "poetry.core.masonry.api" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pastel-0.2.0/setup.py new/pastel-0.2.1/setup.py --- old/pastel-0.2.0/setup.py 2019-12-16 01:40:16.744745000 +0100 +++ new/pastel-0.2.1/setup.py 2020-09-16 21:19:42.261336000 +0200 @@ -9,7 +9,7 @@ setup_kwargs = { 'name': 'pastel', - 'version': '0.2.0', + 'version': '0.2.1', 'description': 'Bring colors to your terminal.', 'long_description': "Pastel: Bring colors to your terminal\n#####################################\n\nPastel is a simple library to help you colorize strings in your terminal.\n\nIt comes bundled with predefined styles:\n\n* ``info``: green\n* ``comment``: yellow\n* ``question``: black on cyan\n* ``error``: white on red\n\n.. image:: https://raw.githubusercontent.com/sdispater/pastel/master/assets/screenshot.png\n\n\nFeatures\n========\n\n* Use predefined styles or add you own.\n* Disable colors all together by calling ``with_colors(False)``.\n* Automatically disables colors if the output is not a TTY.\n* Used in `cleo <https://github.com/sdispater/cleo>`_.\n* Supports Python **2.7+**, **3.5+** and **PyPy**.\n\n\nUsage\n=====\n\n.. code-block:: python\n\n >>> import pastel\n >>> print(pastel.colorize('<info>Information</info>'))\n 'Information' # Green string by default\n >>> print(pastel.colorize('<fg=red;options=bold>This is bold red</>'))\n 'This is bold red'\n \n\nInstallation\n============\n\n.. code-block::\n\n pip install pastel\n", 'author': 'S��bastien Eustace',
participants (1)
-
Source-Sync