Blame SPECS/python-binary-memcached.spec

rdobuilder 3ffeb4
%global module python-binary-memcached
rdobuilder 3ffeb4
%global srcname %{module}
rdobuilder 3ffeb4
rdobuilder 3ffeb4
rdobuilder 3ffeb4
Name:           %{module}
rdobuilder 3ffeb4
Version:        0.31.2
rdobuilder 3ffeb4
Release:        1%{?dist}
rdobuilder 3ffeb4
Summary:        Python module python-binary-memcached
rdobuilder 3ffeb4
rdobuilder 3ffeb4
License:        MIT
rdobuilder 3ffeb4
URL:            https://github.com/jaysonsantos/%{module}
rdobuilder 3ffeb4
Source:         https://github.com/jaysonsantos/%{module}/archive/refs/tags/v%{version}.tar.gz
rdobuilder 3ffeb4
rdobuilder 3ffeb4
BuildArch:      noarch
rdobuilder 3ffeb4
BuildRequires:  python3-devel
rdobuilder 3ffeb4
BuildRequires:  python3-setuptools
rdobuilder 3ffeb4
BuildRequires:  python3-six
rdobuilder 3ffeb4
BuildRequires:  pyproject-rpm-macros
rdobuilder 3ffeb4
BuildRequires:  python3-flake8
rdobuilder 3ffeb4
BuildRequires:  python3-pytest
rdobuilder 3ffeb4
BuildRequires:  python3-trustme
rdobuilder 3ffeb4
BuildRequires:  python3-pip
rdobuilder 3ffeb4
BuildRequires:  python3-wheel
rdobuilder 3ffeb4
BuildRequires:  python3-uhashring
rdobuilder 3ffeb4
BuildRequires:  memcached
rdobuilder 3ffeb4
rdobuilder 3ffeb4
%global _description %{expand:
rdobuilder 3ffeb4
A pure python module (thread safe) to access memcached via it’s binary with SASL auth support.}
rdobuilder 3ffeb4
rdobuilder 3ffeb4
%description %_description
rdobuilder 3ffeb4
rdobuilder 3ffeb4
%package -n python3-binary-memcached
rdobuilder 3ffeb4
Summary:        %{summary}
rdobuilder 3ffeb4
Requires:  memcached
rdobuilder 3ffeb4
rdobuilder 3ffeb4
%description -n python3-binary-memcached
rdobuilder 3ffeb4
%_description
rdobuilder 3ffeb4
rdobuilder 3ffeb4
%prep
rdobuilder 3ffeb4
%autosetup -p1 -n %{module}-%{version}
rdobuilder 3ffeb4
rdobuilder 3ffeb4
%build
rdobuilder 3ffeb4
%pyproject_wheel
rdobuilder 3ffeb4
rdobuilder 3ffeb4
%install
rdobuilder 3ffeb4
%pyproject_install
rdobuilder 3ffeb4
rdobuilder 3ffeb4
%pyproject_save_files bmemcached
rdobuilder 3ffeb4
rdobuilder 3ffeb4
%check
rdobuilder 3ffeb4
%pytest
rdobuilder 3ffeb4
rdobuilder 3ffeb4
rdobuilder 3ffeb4
%files -n python3-binary-memcached -f %{pyproject_files}
rdobuilder 3ffeb4
%doc README.rst
rdobuilder 3ffeb4
rdobuilder 3ffeb4
%changelog
rdobuilder 3ffeb4
* Mon Jul 17 2023 Joel Capitao <jcapitao@redhat.com> - 0.31.2-1
rdobuilder 3ffeb4
- Update to 0.31.2
rdobuilder 3ffeb4
rdobuilder 3ffeb4
* Fri Jul 14 2023 Python Maint <python-maint@redhat.com> - 0.31.1-3
rdobuilder 3ffeb4
- Rebuilt for Python 3.12
rdobuilder 3ffeb4
rdobuilder 3ffeb4
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.31.1-2
rdobuilder 3ffeb4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
rdobuilder 3ffeb4
rdobuilder 3ffeb4
* Tue Nov 22 2022 Alfredo Moralejo <amoralej@redhat.com> - 0.31.1-1
rdobuilder 3ffeb4
- Initial build with version 0.31.1
rdobuilder 3ffeb4