Hello community,

here is the log from the commit of package python-jsonxs for openSUSE:Factory 
checked in at 2019-12-02 13:33:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jsonxs (Old)
 and      /work/SRC/openSUSE:Factory/.python-jsonxs.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jsonxs"

Mon Dec  2 13:33:24 2019 rev:1 rq:752838 version:0.6

Changes:
--------
New Changes file:

--- /dev/null   2019-11-14 08:11:24.559789422 +0100
+++ /work/SRC/openSUSE:Factory/.python-jsonxs.new.4691/python-jsonxs.changes    
2019-12-02 13:33:29.436663593 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Sun Nov 24 17:32:52 UTC 2019 - mar...@gmx.de
+
+- Initial package, version 0.6

New:
----
  jsonxs-0.6.tar.gz
  python-jsonxs.changes
  python-jsonxs.spec

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

Other differences:
------------------
++++++ python-jsonxs.spec ++++++
#
# spec file for package python-jsonxs
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-jsonxs
Version:        0.6
Release:        0
License:        MIT
Summary:        Get/set values in JSON and Python datastructures 
Url:            https://github.com/fboender/jsonxs
Group:          Development/Languages/Python
#Git-Clone:     https://github.com/fboender/jsonxs.git
Source:         
https://github.com/fboender/jsonxs/archive/v%{version}.tar.gz#/jsonxs-%{version}.tar.gz
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
BuildRequires:  %{python_module setuptools}
BuildArch:      noarch
%python_subpackages

%description
JSONxs is a Python library that uses a path expression string to get and
set values in JSON and Python datastructures. It's slightly similar to
JSONPath, but supports only simpler expressions and allows
modifications.
JSONxs is safe to use with untrusted input.

%prep
%setup -q -n jsonxs-%{version}
sed -i -e '/^#!\//, 1d' jsonxs/jsonxs.py

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
%python_exec jsonxs/jsonxs.py -v

%files %{python_files}
%license LICENSE
%doc README.rst
%{python_sitelib}/*

%changelog

Reply via email to