forked from pool/python-siphashc
osc copypac from project:home:buschmann23:weblate package:python-siphashc revision:2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-siphashc?expand=0&rev=1
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 25 09:17:02 UTC 2017 - buschmann23@opensuse.org
|
||||
|
||||
- obsolete python-siphashc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 25 06:58:46 UTC 2017 - buschmann23@opensuse.org
|
||||
|
||||
- initial package
|
||||
@@ -0,0 +1,63 @@
|
||||
#
|
||||
# spec file for package python-siphashc
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 Matthias Fehring <buschmann23@opensuse.org>
|
||||
#
|
||||
# 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-siphashc
|
||||
Version: 1.0
|
||||
Release: 0
|
||||
Summary: C-Module for siphash
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/WeblateOrg/siphashc
|
||||
Source: https://files.pythonhosted.org/packages/source/s/siphashc/siphashc-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module unittest2}
|
||||
Obsoletes: python-siphashc3 < %version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
The best way to have Django DRY forms. Build programmatic reusable layouts out
|
||||
of components, having full control of the rendered HTML without writing HTML in
|
||||
templates. All this without breaking the standard way of doing things in
|
||||
Django, so it plays nice with any other form application.
|
||||
|
||||
%prep
|
||||
%setup -q -n siphashc-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
||||
%check
|
||||
%python_exec %{_bindir}/nosetests --ignore-files test_siphashc.py
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.rst
|
||||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
@@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
@@ -0,0 +1 @@
|
||||
.osc
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec3737222b00b08a414fa8b5b61a75ddf9d23484750eceb04451edb84a496bc5
|
||||
size 4728
|
||||
Reference in New Issue
Block a user