Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37806081
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-pymacaroons-pynacl

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%def_without check

%define modulename pymacaroons-pynacl
Name: python3-module-pymacaroons-pynacl
Version: 0.13.0
Release: alt2

Summary: Library providing non-opaque cookies for authorization

Url: https://github.com/ecordell/pymacaroons
License: MIT
Group: Development/Python3
Packager: Vitaly Lipatov <lav at altlinux.ru>

# Source-url: https://github.com/ecordell/pymacaroons/archive/v%version.tar.gz

Source: %modulename-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3

%description
This is a Python re-implementation of the libmacaroons C library.
Macaroons, like cookies, are a form of bearer credential. Unlike
opaque tokens, macaroons embed caveats that define specific authorization
requirements for the target service, the service that issued the root macaroon
and which is capable of verifying the integrity of macaroons it receives.

Macaroons allow for delegation and attenuation of authorization. They are
simple and fast to verify, and decouple authorization policy from the
enforcement of that policy.

%prep
%setup -n %modulename-%version

%build
%python3_build

%install
%python3_install

%files
%doc README.md
%python3_sitelibdir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin