Hello community,

here is the log from the commit of package python-pymisp for openSUSE:Factory 
checked in at 2019-04-05 12:04:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pymisp (Old)
 and      /work/SRC/openSUSE:Factory/.python-pymisp.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pymisp"

Fri Apr  5 12:04:29 2019 rev:14 rq:691461 version:2.4.103

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pymisp/python-pymisp.changes      
2019-02-26 22:22:08.958071518 +0100
+++ /work/SRC/openSUSE:Factory/.python-pymisp.new.3908/python-pymisp.changes    
2019-04-05 12:06:01.994573482 +0200
@@ -1,0 +2,69 @@
+Sat Mar 23 14:38:41 UTC 2019 - Sebastian Wagner <[email protected]>
+
+- New requirement python3-sphinx-autodoc-typehints for docs.
+
+-------------------------------------------------------------------
+Sat Mar 16 11:10:48 UTC 2019 - Sebastian Wagner <[email protected]>
+
+- run spec-cleaner
+- update to version 2.4.103:
+ - New
+  - Add auth parameter to pass to python-requests.
+  - Add readthedocs config.
+ - Changes
+  - [jupyter] remove all the response key (as response is removing it)
+  - Enforce strict in object testing to ease debugging.
+  - [pipenv] Pipfile.lock generated.
+  - [exportpdf] BIG refactoring. Classes, comments, Galaxy starting.
+  - [exportPDF] add basic handling of clusters.
+  - [exportpdf] Add metadata, bugfixes cases (too long values,
+    sanitization), links to misp instances.
+  - Add sphinx-autodoc-typehints.
+  - Use version 2 of readthedoc config file.
+  - [doc] add a reference to the Jupyter Notebook.
+  - Remove dependency on six.
+ - Fix
+  - [exportpdf] fix empty object/attribute/galaxy bugs.
+  - [exportpdf] Add suggestions (UX)
+  - [exportpdf] switch page size to A4.
+  - [exportpdf] switch page size to A4.
+  - Hopefully last fix for python 2.7 & reportlab.
+  - Properly pass the auth parameter to the request.
+  - Properly catch error if reportlab isn't installed.
+  - Make sure install works even without reportlab installed.
+  - URLJoin condition for double quotes. [Hannah Ward]
+  - Do not override sub-path from root URL. [Hannah Ward]
+  - [reportlab] Galaxies and Clusters printing.
+  - [reportlab] Clusters added. Still UX to perform.
+  - [reportlab] working clusters and galaxies. Not nice however.
+  - [exportPDF] Adding facultative text description, sightings, tests
+    cases.
+  - [exportpdf] Add Object date.
+  - [exportpdf] Double property printing error fixed.
+  - [exportpdf] Refactoring, nicer code.
+  - [pdfexport] Fix tests paths, dependency in pipfile, imports, and
+    'file' name overwrite in test function.
+  - Copy event dictionary when creating a MISPEvent.
+    Fix #321
+  - Wrong documentation on PyMISP.search_sightings.
+    Fix #336
+  - Typo in sphinx config.
+  - Fix dependencies for py2.
+  - Properly inform user when they try to run the live tests on old
+    systems.
+    Fix #329
+ - Other
+  - Add : [exportpdf] Objects handling, tests cases, test files.
+  - Add: [exportpdf] Handling pictures embedded as attributes.
+  - Add : [exportpdf] Picture management, manual.
+  - Fix & add: [exportpdf] Add metadata, fix special cases (too long
+    values, sanitization)
+  - Add: exportpdf tool working.
+  - General improvement : deisgn, exhaustiviness of mispEvent values
+    displayed, good pratice concerning paragraphe/table made.
+  - Update with table basics.
+  - Structure of the improvements OK : test file, test folder, report
+    generator.
+  - Search function fix to comply new version of MISP.
+
+-------------------------------------------------------------------

Old:
----
  pymisp-2.4.102.tar.gz

New:
----
  pymisp-2.4.103.tar.gz

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

Other differences:
------------------
++++++ python-pymisp.spec ++++++
--- /var/tmp/diff_new_pack.nO9TRk/_old  2019-04-05 12:06:03.414572939 +0200
+++ /var/tmp/diff_new_pack.nO9TRk/_new  2019-04-05 12:06:03.418572938 +0200
@@ -19,18 +19,25 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %{!?license: %global license %doc}
 Name:           python-pymisp
-Version:        2.4.102
+Version:        2.4.103
 Release:        0
 Summary:        Python API for MISP
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
-Url:            https://github.com/MISP/PyMISP
+URL:            https://github.com/MISP/PyMISP
 Source:         
https://files.pythonhosted.org/packages/source/p/pymisp/pymisp-%{version}.tar.gz
 # Internal script for generating changelog
 Source1:        changelog.sh
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-jsonschema
+Requires:       python-python-dateutil
+Requires:       python-requests
+Recommends:     %{name}-doc
+Recommends:     python-magic
+Suggests:       python-pydeep
+BuildArch:      noarch
 # SECTION tests
 BuildRequires:  %{python_module jsonschema}
 BuildRequires:  %{python_module python-dateutil}
@@ -43,18 +50,11 @@
 BuildRequires:  python3-CommonMark
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-recommonmark
+BuildRequires:  python3-sphinx-autodoc-typehints
 # /SECTION
-Requires:       python-jsonschema
-Requires:       python-python-dateutil
-Requires:       python-requests
 %ifpython2
 Requires:       python2-enum34
 %endif
-Recommends:     %{name}-doc
-Recommends:     python-magic
-Suggests:       python-pydeep
-BuildArch:      noarch
-
 %python_subpackages
 
 %package -n %{name}-doc
@@ -77,7 +77,7 @@
 %python_build
 pushd docs
 export LANG=en_US.UTF-8
-make html
+make %{?_smp_mflags} html
 rm build/html/.buildinfo
 popd
 

++++++ pymisp-2.4.102.tar.gz -> pymisp-2.4.103.tar.gz ++++++
++++ 18691 lines of diff (skipped)


Reply via email to