Hello community,

here is the log from the commit of package python-black for openSUSE:Factory 
checked in at 2018-10-04 19:01:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-black (Old)
 and      /work/SRC/openSUSE:Factory/.python-black.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-black"

Thu Oct  4 19:01:50 2018 rev:2 rq:639818 version:18.9b0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-black/python-black.changes        
2018-08-31 10:45:21.299268193 +0200
+++ /work/SRC/openSUSE:Factory/.python-black.new/python-black.changes   
2018-10-04 19:01:51.639180288 +0200
@@ -1,0 +2,26 @@
+Wed Oct  3 12:40:28 UTC 2018 - Ondřej Súkup <mimi...@gmail.com>
+
+- update to 18.9b0
+ * numeric literals are now formatted by Black
+ * numeric literals are normalized to include _ separators on Python 3.6+ code
+ * added --skip-numeric-underscore-normalization to disable the above behavior
+     and leave numeric underscores as they were in the input
+ * code with _ in numeric literals is recognized as Python 3.6+
+ * most letters in numeric literals are lowercased (e.g., in 1e10, 0x01)
+ * hexadecimal digits are always uppercased (e.g. 0xBADC0DE)
+ * added blackd, see its documentation for more info
+ * adjacent string literals are now correctly split into multiple lines
+ * trailing comma is now added to single imports that don't fit on a line
+ * cache is now populated when --check is successful for a file which
+     speeds up consecutive checks of properly formatted unmodified files
+ * whitespace at the beginning of the file is now removed
+ * fixed mangling pweave and Spyder IDE special comments
+ * fixed unstable formatting when unpacking big tuples
+ * fixed parsing of __future__ imports with renames
+ * fixed scope of # fmt: off when directly preceding yield and other nodes
+ * fixed formatting of lambda expressions with default arguments
+ * fixed async for statements: Black no longer breaks them into separate lines
+ * note: the Vim plugin stopped registering ,= as a default chord
+    as it turned out to be a bad idea 
+
+-------------------------------------------------------------------

Old:
----
  black-18.6b4.tar.gz

New:
----
  black-18.9b0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-black.spec ++++++
--- /var/tmp/diff_new_pack.pfplwC/_old  2018-10-04 19:01:52.203179695 +0200
+++ /var/tmp/diff_new_pack.pfplwC/_new  2018-10-04 19:01:52.207179691 +0200
@@ -12,30 +12,32 @@
 # 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-%{**}}
 %define skip_python2 1
 Name:           python-black
-Version:        18.6b4
+Version:        18.9b0
 Release:        0
 Summary:        A code formatter written in, and written for Python
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/ambv/black
 Source:         
https://files.pythonhosted.org/packages/source/b/black/black-%{version}.tar.gz
+BuildRequires:  %{python_module aiohttp >= 3.3.2}
 BuildRequires:  %{python_module appdirs}
-BuildRequires:  %{python_module attrs >= 17.4.0}
+BuildRequires:  %{python_module attrs >= 18.1.0}
 BuildRequires:  %{python_module base >= 3.6}
 BuildRequires:  %{python_module click >= 6.5}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module toml >= 0.9.4}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-aiohttp >= 3.3.2
 Requires:       python-appdirs
-Requires:       python-attrs >= 17.4.0
+Requires:       python-attrs >= 18.1.0
 Requires:       python-click >= 6.5
 Requires:       python-toml >= 0.9.4
 BuildArch:      noarch
@@ -71,6 +73,7 @@
 %files %{python_files}
 %doc README.md
 %python3_only %{_bindir}/black
+%python3_only %{_bindir}/blackd
 %license LICENSE
 %{python_sitelib}/*
 

++++++ black-18.6b4.tar.gz -> black-18.9b0.tar.gz ++++++
++++ 3018 lines of diff (skipped)


Reply via email to