Hello community,
here is the log from the commit of package python-pybind11 for openSUSE:Factory
checked in at 2019-08-24 18:49:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pybind11 (Old)
and /work/SRC/openSUSE:Factory/.python-pybind11.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pybind11"
Sat Aug 24 18:49:03 2019 rev:2 rq:725775 version:2.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pybind11/python-pybind11.changes
2019-08-19 21:27:04.288650159 +0200
+++
/work/SRC/openSUSE:Factory/.python-pybind11.new.7948/python-pybind11.changes
2019-08-24 18:49:08.593741446 +0200
@@ -1,0 +2,5 @@
+Sat Aug 24 06:26:13 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Replace description by something more substantial.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pybind11.spec ++++++
--- /var/tmp/diff_new_pack.fS7G4J/_old 2019-08-24 18:49:09.017741405 +0200
+++ /var/tmp/diff_new_pack.fS7G4J/_new 2019-08-24 18:49:09.021741404 +0200
@@ -12,28 +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-%{**}}
Name: python-pybind11
Version: 2.3.0
Release: 0
+Summary: Module for operability between C++11 and Python
License: BSD-3-Clause
-Summary: Seamless operability between C++11 and Python
-Url: https://github.com/pybind/pybind11
Group: Development/Languages/Python
+Url: https://github.com/pybind/pybind11
Source:
https://files.pythonhosted.org/packages/53/bc/0880e869d1a4bfd7954835d67e6d5e2c8a30c3fd6372134a4be79a842a4c/pybind11-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description
-Seamless operability between C++11 and Python
+pybind11 is a header-only library that exposes C++ types in Python
+and vice versa, mainly to create Python bindings of existing C++
+code. It can reduce boilerplate code in traditional extension modules
+by inferring type information using compile-time introspection.
%package devel
Summary: Development files for pybind11