commit python-traitlets for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package python-traitlets for 
openSUSE:Factory checked in at 2020-03-27 00:21:18

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


Package is "python-traitlets"

Fri Mar 27 00:21:18 2020 rev:6 rq:784174 version:4.3.3

Changes:

--- /work/SRC/openSUSE:Factory/python-traitlets/python-traitlets.changes
2019-11-22 10:23:44.073303443 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-traitlets.new.3160/python-traitlets.changes  
2020-03-27 00:21:24.464138585 +0100
@@ -1,0 +2,5 @@
+Thu Mar 12 07:59:14 UTC 2020 - Tomáš Chvátal 
+
+- Fix build without python2
+
+---



Other differences:
--
++ python-traitlets.spec ++
--- /var/tmp/diff_new_pack.T7Jqfz/_old  2020-03-27 00:21:25.264138991 +0100
+++ /var/tmp/diff_new_pack.T7Jqfz/_new  2020-03-27 00:21:25.272138995 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-traitlets
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,37 +12,37 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:   python-traitlets
 Version:4.3.3
 Release:0
 Summary:Traitlets Python config system
 License:BSD-3-Clause
-Group:  Development/Languages/Python
-Url:https://github.com/ipython/traitlets
+URL:https://github.com/ipython/traitlets
 Source: 
https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-%{version}.tar.gz
 BuildRequires:  %{python_module decorator}
 BuildRequires:  %{python_module ipython_genutils}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
-BuildRequires:  python-enum34
 BuildRequires:  python-rpm-macros
-# Test requirements
-BuildRequires:  %{python_module pytest}
-# Python 2 test requirements
-BuildRequires:  python-mock
 Requires:   python-decorator
 Requires:   python-ipython_genutils
 Requires:   python-six
+BuildArch:  noarch
+%if %{with python2}
+BuildRequires:  python-enum34
+BuildRequires:  python-mock
+%endif
 %ifpython2
 Requires:   python-enum34
 %endif
-BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -56,13 +56,11 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 pushd docs
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-py.test-%{$python_bin_suffix} ../traitlets/tests
-}
+%pytest ../traitlets/tests
 
 %files %{python_files}
 %doc README.md




commit python-traitlets for openSUSE:Factory

2019-11-22 Thread root
Hello community,

here is the log from the commit of package python-traitlets for 
openSUSE:Factory checked in at 2019-11-22 10:23:42

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


Package is "python-traitlets"

Fri Nov 22 10:23:42 2019 rev:5 rq:747883 version:4.3.3

Changes:

--- /work/SRC/openSUSE:Factory/python-traitlets/python-traitlets.changes
2017-07-07 10:16:27.694873223 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-traitlets.new.26869/python-traitlets.changes 
2019-11-22 10:23:44.073303443 +0100
@@ -1,0 +2,8 @@
+Tue Nov 12 16:31:49 UTC 2019 - Todd R 
+
+- Update to version 4.3.3
+  * Adds Application.loaded_config_files property for accessing
+config files that have been loaded and makes the property
+idempotent on multiple loads.
+
+---

Old:

  traitlets-4.3.2.tar.gz

New:

  traitlets-4.3.3.tar.gz



Other differences:
--
++ python-traitlets.spec ++
--- /var/tmp/diff_new_pack.vysYhx/_old  2019-11-22 10:23:44.545303303 +0100
+++ /var/tmp/diff_new_pack.vysYhx/_new  2019-11-22 10:23:44.549303301 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-traitlets
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-traitlets
-Version:4.3.2
+Version:4.3.3
 Release:0
 Summary:Traitlets Python config system
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://ipython.org
+Url:https://github.com/ipython/traitlets
 Source: 
https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-%{version}.tar.gz
 BuildRequires:  %{python_module decorator}
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module ipython_genutils}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
@@ -43,7 +42,6 @@
 %ifpython2
 Requires:   python-enum34
 %endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %python_subpackages
 
@@ -67,8 +65,9 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
+%doc README.md
 %doc examples/
+%license COPYING.md
 %{python_sitelib}/traitlets/
 %{python_sitelib}/traitlets-%{version}-py*.egg-info
 

++ traitlets-4.3.2.tar.gz -> traitlets-4.3.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/traitlets-4.3.2/MANIFEST.in 
new/traitlets-4.3.3/MANIFEST.in
--- old/traitlets-4.3.2/MANIFEST.in 1970-01-01 01:00:00.0 +0100
+++ new/traitlets-4.3.3/MANIFEST.in 2016-06-24 22:42:31.0 +0200
@@ -0,0 +1,22 @@
+include CONTRIBUTING.md
+include COPYING.md
+include README.md
+
+# Documentation
+graft docs
+exclude docs/\#*
+
+# Examples
+graft examples
+
+# docs subdirs we want to skip
+prune docs/build
+prune docs/gh-pages
+prune docs/dist
+
+# Patterns to exclude from any directory
+global-exclude *~
+global-exclude *.pyc
+global-exclude *.pyo
+global-exclude .git
+global-exclude .ipynb_checkpoints
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/traitlets-4.3.2/PKG-INFO new/traitlets-4.3.3/PKG-INFO
--- old/traitlets-4.3.2/PKG-INFO2017-02-23 11:22:58.0 +0100
+++ new/traitlets-4.3.3/PKG-INFO2019-10-03 13:40:00.0 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: traitlets
-Version: 4.3.2
+Version: 4.3.3
 Summary: Traitlets Python config system
 Home-page: http://ipython.org
 Author: IPython Development Team
@@ -21,3 +21,4 @@
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
+Provides-Extra: test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/traitlets-4.3.2/docs/source/changelog.rst 
new/traitlets-4.3.3/docs/source/changelog.rst
--- old/traitlets-4.3.2/docs/source/changelog.rst   2017-02-23 
11:20:41.0 +0100
+++ new/traitlets-4.3.3/docs/source/changelog.rst   2019-10-03 
13:37:49.0 +0200
@@ -4,6 +4,17 @@
 4.3
 ---
 
+4.3.3
+*
+
+`4.3.3 on GitHub`_
+
+4.3.3 backports some small bugfixes and improvements:
+
+- Adds :attr:`Application.loaded_config_files` property for accessing config 
files that have been loaded
+  and 

commit python-traitlets for openSUSE:Factory

2017-07-07 Thread root
Hello community,

here is the log from the commit of package python-traitlets for 
openSUSE:Factory checked in at 2017-07-07 10:16:26

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


Package is "python-traitlets"

Fri Jul  7 10:16:26 2017 rev:4 rq:508368 version:4.3.2

Changes:

--- /work/SRC/openSUSE:Factory/python-traitlets/python-traitlets.changes
2017-04-29 10:52:38.419720599 +0200
+++ /work/SRC/openSUSE:Factory/.python-traitlets.new/python-traitlets.changes   
2017-07-07 10:16:27.694873223 +0200
@@ -1,0 +2,10 @@
+Wed Jul  5 14:59:37 UTC 2017 - tbecht...@suse.com
+
+- Add missing python-six BuildRequires
+
+---
+Wed Jul  5 13:35:11 UTC 2017 - tbecht...@suse.com
+
+- Add missing python-six Requires
+
+---



Other differences:
--
++ python-traitlets.spec ++
--- /var/tmp/diff_new_pack.YTyCjA/_old  2017-07-07 10:16:28.362778717 +0200
+++ /var/tmp/diff_new_pack.YTyCjA/_new  2017-07-07 10:16:28.366778150 +0200
@@ -25,19 +25,21 @@
 Group:  Development/Languages/Python
 Url:http://ipython.org
 Source: 
https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-%{version}.tar.gz
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module decorator}
+BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module ipython_genutils}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
+BuildRequires:  fdupes
 BuildRequires:  python-enum34
+BuildRequires:  python-rpm-macros
 # Test requirements
 BuildRequires:  %{python_module pytest}
 # Python 2 test requirements
 BuildRequires:  python-mock
 Requires:   python-decorator
 Requires:   python-ipython_genutils
+Requires:   python-six
 %ifpython2
 Requires:   python-enum34
 %endif




commit python-traitlets for openSUSE:Factory

2017-04-29 Thread root
Hello community,

here is the log from the commit of package python-traitlets for 
openSUSE:Factory checked in at 2017-04-29 10:52:37

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


Package is "python-traitlets"

Sat Apr 29 10:52:37 2017 rev:3 rq:487997 version:4.3.2

Changes:

--- /work/SRC/openSUSE:Factory/python-traitlets/python-traitlets.changes
2017-04-14 13:34:40.609205419 +0200
+++ /work/SRC/openSUSE:Factory/.python-traitlets.new/python-traitlets.changes   
2017-04-29 10:52:38.419720599 +0200
@@ -1,0 +2,5 @@
+Fri Apr 14 17:05:33 UTC 2017 - toddrme2...@gmail.com
+
+- Implement single-spec version.
+
+---



Other differences:
--
++ python-traitlets.spec ++
--- /var/tmp/diff_new_pack.BgswXw/_old  2017-04-29 10:52:39.295596864 +0200
+++ /var/tmp/diff_new_pack.BgswXw/_new  2017-04-29 10:52:39.299596299 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-traitlets
 Version:4.3.2
 Release:0
@@ -24,20 +25,25 @@
 Group:  Development/Languages/Python
 Url:http://ipython.org
 Source: 
https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-BuildRequires:  python-decorator
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module decorator}
+BuildRequires:  %{python_module ipython_genutils}
 BuildRequires:  python-enum34
-BuildRequires:  python-ipython_genutils
 # Test requirements
-BuildRequires:  python-pytest
+BuildRequires:  %{python_module pytest}
 # Python 2 test requirements
 BuildRequires:  python-mock
 Requires:   python-decorator
-Requires:   python-enum34
 Requires:   python-ipython_genutils
+%ifpython2
+Requires:   python-enum34
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+%python_subpackages
 
 %description
 A configuration system for Python applications.
@@ -46,17 +52,22 @@
 %setup -q -n traitlets-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
 
 %check
-py.test
+pushd docs
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
+py.test-%{$python_bin_suffix} ../traitlets/tests
+}
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc examples/
-%{python_sitelib}/*
+%{python_sitelib}/traitlets/
+%{python_sitelib}/traitlets-%{version}-py*.egg-info
 
 %changelog




commit python-traitlets for openSUSE:Factory

2017-04-14 Thread root
Hello community,

here is the log from the commit of package python-traitlets for 
openSUSE:Factory checked in at 2017-04-14 13:34:39

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


Package is "python-traitlets"

Fri Apr 14 13:34:39 2017 rev:2 rq:483952 version:4.3.2

Changes:

--- /work/SRC/openSUSE:Factory/python-traitlets/python-traitlets.changes
2015-09-30 05:49:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-traitlets.new/python-traitlets.changes   
2017-04-14 13:34:40.609205419 +0200
@@ -1,0 +2,70 @@
+Thu Mar 30 18:54:06 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 4.3.2
+  * using :meth:`_traitname_default()` without the ``@default``
+decorator is no longer deprecated.
+  * Passing ``config=True`` in traitlets constructors is no longer
+deprecated.
+- Update to 4.3.1
+  * Compatibility fix for Python 3.6a1
+  * Fix bug in Application.classes getting extra entries when
+multiple Applications are instantiated in the same process.
+- Update to 4.3.0
+  * Improve the generated config file output.
+  * Allow TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR env to
+override :attr:`Application.raise_config_file_errors`,
+so that config file errors can result in exiting immediately.
+  * Avoid using root logger. If no application logger is registered,
+the ``'traitlets'`` logger will be used instead of the root
+logger.
+  * Change/Validation arguments are now Bunch objects, allowing
+attribute-access, in addition to dictionary access.
+  * Reduce number of common deprecation messages in certain cases.
+  * Ensure command-line options always have higher priority than
+config files.
+  * Add bounds on numeric traits.
+  * Improves various error messages.
+- Update to 4.2.2
+  * Partially revert a change in 4.1 that prevented IPython's
+command-line options from taking priority over config files.
+- Update to 4.2.1
+  * Demotes warning about unused arguments in ``HasTraits.__init__``
+introduced in 4.2.0 to DeprecationWarning.
+- Update to 4.2.0
+  * :class:`JSONFileConfigLoader` can be used as a context manager
+for updating configuration.
+  * If a value in config does not map onto a configurable trait,
+a message is displayed that the value will have no effect.
+  * Unused arguments are passed to ``super()`` in
+``HasTraits.__init__``, improving support for multiple
+inheritance.
+  * Various bugfixes and improvements in the new API introduced
+in 4.1.
+  * Application subclasses may specify
+``raise_config_file_errors = True``
+to exit on failure to load config files,
+instead of the default of logging the failures.
+- Update to 4.1
+  * Decorators are used, rather than magic method names, for
+registering trait-related methods. See :doc:`using_traitlets`
+and :doc:`migration` for more info.
+  * Deprecate ``Trait(config=True)`` in favor of
+``Trait().tag(config=True)``. In general, metadata is added
+via ``tag`` instead of the constructor.
+  * Trait attributes initialized with ``read_only=True`` can only
+be set with the ``set_trait`` method.
+Attempts to directly modify a read-only trait attribute raises
+a ``TraitError``.
+  * The directional link now takes an optional `transform`
+attribute allowing the modification of the value.
+  * Various fixes and improvements to config-file generation
+(fixed ordering, Undefined showing up, etc.)
+  * Warn on unrecognized traits that aren't configurable, to avoid
+silently ignoring mistyped config.
+
+---
+Thu Mar 30 18:53:09 UTC 2017 - toddrme2...@gmail.com
+
+- Update to version 
+
+---

Old:

  traitlets-4.0.0.tar.gz

New:

  traitlets-4.3.2.tar.gz



Other differences:
--
++ python-traitlets.spec ++
--- /var/tmp/diff_new_pack.XjdmUF/_old  2017-04-14 13:34:41.845030766 +0200
+++ /var/tmp/diff_new_pack.XjdmUF/_new  2017-04-14 13:34:41.845030766 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-traitlets
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,26 +17,27 @@
 
 
 Name:   python-traitlets
-Version:4.0.0
+Version:4.3.2
 Release:0
 Summary:Traitlets Python config system
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://ipython.org
-Source: