Hello community,

here is the log from the commit of package python-pymisp for openSUSE:Factory 
checked in at 2020-07-14 07:56:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pymisp (Old)
 and      /work/SRC/openSUSE:Factory/.python-pymisp.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pymisp"

Tue Jul 14 07:56:29 2020 rev:28 rq:820415 version:2.4.128

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pymisp/python-pymisp.changes      
2020-06-10 00:45:13.774456503 +0200
+++ /work/SRC/openSUSE:Factory/.python-pymisp.new.3060/python-pymisp.changes    
2020-07-14 07:58:50.353702139 +0200
@@ -1,0 +2,36 @@
+Sat Jul  4 12:20:23 UTC 2020 - Sebastian Wagner <[email protected]>
+
+- update to version 5.0.2:
+ - Ensured black profile was complete, adding missing line_length definition.
+- update to version 5.0.1:
+ - Fixed a runtime error in a vendored dependency (toml).
+- update to version 5.0.0:
+ - Breaking changes:
+  - isort now requires Python 3.6+ to run but continues to support formatting 
on ALL versions of python including Python 2 code.
+  - isort deprecates official support for Python 3.4, removing modules only in 
this release from known_standard_library:
+  -     user
+  - Config files are no longer composed on-top of each-other. Instead the 
first config file found is used.
+  -     Since there is no longer composition negative form settings (such as 
--dont-skip) are no longer required and have been removed.
+  - Two-letter shortened setting names (like ac for atomic) now require two 
dashes to avoid ambiguity: --ac.
+  - For consistency with other tools -v now is shorthand for verbose and -V is 
shorthand for version. See Issue: #1067.
+  - length_sort_{section_name} config usage has been deprecated. Instead 
length_sort_sections list can be used to specify a list of sections that need 
to be length sorted.
+  - safety_excludes and unsafe have been deprecated
+  - Config now includes as default full set of safety directories defined by 
safety excludes.
+  - --recursive option has been removed. Directories passed in are now 
automatically sorted recursive.
+  - --apply option has been removed as it is the default behaviour.
+  - isort now does nothing, beyond giving instructions and exiting status code 
0, when ran with no arguments.
+  -     a new --interactive flag has been added to enable the old style 
behaviour.
+  - isort now works on contiguous sections of imports, instead of one whole 
file at a time.
+  - isort now formats all nested "as" imports in the "from" form. import x.y 
as a becomes from x import y as a.
+  - keep_direct_and_as_imports option now defaults to True.
+  - appdirs is no longer supported. Unless manually specified, config should 
be project config only.
+  - toml is now installed as a vendorized module, meaning pyproject.toml based 
config is always supported.
+  - Completely new Python API, old version is removed and no longer accessible.
+  - New module placement logic and module fully replaces old finders. Old 
approach is still available via --old-finders.
+ - Internal:
+  - isort now utilizes mypy and typing to filter out typing related issues 
before deployment.
+  - isort now utilizes black internally to ensure more consistent formatting.
+  - profile support for common project types (black, django, google, etc)
+  - Much much more. There is some difficulty in fully capturing the extent of 
changes in this release - just because of how all encompassing the release is. 
See: Github Issues for more.
+
+-------------------------------------------------------------------

Old:
----
  python-pymisp-2.4.126.tar.gz

New:
----
  python-pymisp-2.4.128.tar.gz

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

Other differences:
------------------
++++++ python-pymisp.spec ++++++
--- /var/tmp/diff_new_pack.i02a9h/_old  2020-07-14 07:58:51.309705234 +0200
+++ /var/tmp/diff_new_pack.i02a9h/_new  2020-07-14 07:58:51.313705246 +0200
@@ -18,9 +18,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
-%define misp_objects_revision 10fe1b29574279902d9c9097e6e67a872ecbe2cf
+%define misp_objects_revision b7c2562a4f2b79b3764a8e3fcd38d24bb5abfa33
 Name:           python-pymisp
-Version:        2.4.126
+Version:        2.4.128
 Release:        0
 Summary:        Python API for MISP
 License:        BSD-2-Clause
@@ -74,7 +74,6 @@
 
 %prep
 %setup -q -n PyMISP-%{version}
-#%%setup -q -n pymisp-%%{version}
 %setup -T -D -b 1 -n PyMISP-%{version}
 mv ../misp-objects-*/* pymisp/data/misp-objects/
 find pymisp examples -name "*.py" -type f -exec sed -i '1s/^#!.*//' '{}' \+

++++++ misp-objects.tar.gz ++++++
++++ 2031 lines of diff (skipped)

++++++ python-pymisp-2.4.126.tar.gz -> python-pymisp-2.4.128.tar.gz ++++++
++++ 3628 lines of diff (skipped)


Reply via email to