Hello community,

here is the log from the commit of package python-pymisp for openSUSE:Leap:15.2 
checked in at 2020-03-31 07:23:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pymisp (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-pymisp.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pymisp"

Tue Mar 31 07:23:17 2020 rev:20 rq:789506 version:2.4.123

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-pymisp/python-pymisp.changes    
2020-03-29 14:55:32.655150955 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.python-pymisp.new.3160/python-pymisp.changes  
2020-03-31 07:23:18.998422685 +0200
@@ -1,0 +2,60 @@
+Tue Mar 17 14:49:18 UTC 2020 - Sebastian Wagner <sebix+novell....@sebix.at>
+
+- set UTF-8 encoding for test, fixes Leap 15.1 buildc
+
+-------------------------------------------------------------------
+Sun Mar 15 10:11:15 UTC 2020 - Sebastian Wagner <sebix+novell....@sebix.at>
+
+- change source URL to github, as the pypi archive misses some files.
+- add misp-objects source as github archive misses it.
+- update to version 2.4.123:
+ - New
+   - Add import script for dxy data. [Raphaël Vinot]
+   - Csse covid19 daily report importer. [Raphaël Vinot]
+ - Changes
+   - Bump version. [Raphaël Vinot]
+   - Bump changelog. [Raphaël Vinot]
+   - Bump dependencies. [Raphaël Vinot]
+   - Bump misp-objects. [Raphaël Vinot]
+   - JSON files are UTF8. [Raphaël Vinot]
+     Bump dev deps, update comment
+   - Add tag, set distribution, add file and source (CSSE importer)
+     [Raphaël Vinot]
+   - Bump misp-objects. [Raphaël Vinot]
+- update to version 2.4.122:
+ - New
+   - Add uuid by default in MISPEvent, add F/L seen in feed output.
+     [Raphaël Vinot]
+   - Admin script to setup a sync server. [Raphaël Vinot]
+   - Add feed generation example in notebook. [Raphaël Vinot]
+ - Changes
+   - Bump changelog. [Raphaël Vinot]
+   - Comments were still referencing pipenv. [Raphaël Vinot]
+   - Bump misp-objects. [Raphaël Vinot]
+   - Bump misp-objects. [Raphaël Vinot]
+   - Bump changelog. [Raphaël Vinot]
+   - Bump version. [Raphaël Vinot]
+   - Bump misp-objects. [Raphaël Vinot]
+   - Bump dependencies. [Raphaël Vinot]
+   - Bump dep. [Raphaël Vinot]
+   - Fix typo in readme. [Raphaël Vinot]
+   - Use bionic on travis. [Raphaël Vinot]
+   - Add poetry support. [Raphaël Vinot]
+ - Fix
+   - Test cases & template version. [Raphaël Vinot]
+   - Mypy, more typing. [Raphaël Vinot]
+   - Do not skip data in add_attribute methods. [Raphaël Vinot]
+   - Remove references to the old API. [Raphaël Vinot]
+ - Other
+   - Use poetry everywhere, fix readme. [Raphaël Vinot]
+- update to version 2.4.121.1:
+ - Changes
+   - Bump changelog. [Raphaël Vinot]
+   - Bump objects. [Raphaël Vinot]
+   - Bump changelog. [Raphaël Vinot]
+   - Bump version. [Raphaël Vinot]
+ - Fix
+   - Make lief optional again. [Raphaël Vinot]
+     fix #538
+
+-------------------------------------------------------------------

Old:
----
  changelog.sh
  pymisp-2.4.121.1.tar.gz

New:
----
  misp-objects.tar.gz
  python-pymisp-2.4.123.tar.gz

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

Other differences:
------------------
++++++ python-pymisp.spec ++++++
--- /var/tmp/diff_new_pack.nybv4d/_old  2020-03-31 07:23:19.418422867 +0200
+++ /var/tmp/diff_new_pack.nybv4d/_new  2020-03-31 07:23:19.422422869 +0200
@@ -19,15 +19,17 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-pymisp
-Version:        2.4.121.1
+Version:        2.4.123
 Release:        0
 Summary:        Python API for MISP
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
 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
+Source0:        
https://github.com/MISP/PyMISP/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# github tarball misses the misp-objects subproject data
+Source1:        
https://github.com/MISP/misp-objects/archive/7ef9a2ba56efc6553a720d6df27c9ee547e24242.tar.gz#/misp-objects.tar.gz
+# pypi tarball missing some files: https://github.com/MISP/PyMISP/issues/554
+#Source:         
https://files.pythonhosted.org/packages/source/p/pymisp/pymisp-%%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -76,7 +78,10 @@
 Examples and HTML documentation for %{name}.
 
 %prep
-%setup -q -n pymisp-%{version}
+%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/^#!.*//' '{}' \+
 
 %build
@@ -92,6 +97,7 @@
 %{python_expand %fdupes %{buildroot}%{$python_sitelib}}
 
 %check
+export LANG=en_US.UTF-8
 %python_exec setup.py test
 
 %files %{python_files}


Reply via email to