Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37595302
en ru br
ALT Linux repos
S:2.1.2-alt1

Group :: Development/Python3
RPM: python3-module-itsdangerous

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname itsdangerous

Name: python3-module-%oname
Version: 2.1.2
Release: alt1
Summary: Various helpers to pass trusted data to untrusted environments and back
License: BSD-3-Clause
Group: Development/Python3
Url: https://pypi.python.org/pypi/itsdangerous/

# https://github.com/mitsuhiko/itsdangerous.git

Source: %oname-%version.tar
BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildPreReq: python3-devel python3-module-setuptools

%description
It's Dangerous
  ... so better sign this

Various helpers to pass data to untrusted environments and to get it
back safe and sound.

%prep
%setup -n %oname-%version

%build
%python3_build_debug

%install
%python3_install

%files
%doc README.rst docs/*.rst
%python3_sitelibdir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin