|
 |
bb56e9f |
Name: python-beniget
|
|
 |
b59233d |
Version: 0.4.1
|
|
 |
eeae6a2 |
Release: 4%{?dist}
|
|
 |
65d5d7c |
Summary: Extract semantic information about static Python code
|
|
 |
65d5d7c |
License: BSD
|
|
 |
65d5d7c |
URL: https://github.com/serge-sans-paille/beniget/
|
|
 |
bb56e9f |
Source0: %{url}/archive/%{version}/beniget-%{version}.tar.gz
|
|
 |
65d5d7c |
BuildArch: noarch
|
|
 |
65d5d7c |
|
|
 |
65d5d7c |
BuildRequires: python3-devel
|
|
 |
bb56e9f |
BuildRequires: pyproject-rpm-macros
|
|
 |
65d5d7c |
|
|
 |
bb56e9f |
|
|
 |
bb56e9f |
%global _description %{expand:
|
|
 |
65d5d7c |
A static analyzer for Python2 and Python3 code.Beniget provides a static over-
|
|
 |
65d5d7c |
approximation of the global and local definitions inside Python
|
|
 |
bb56e9f |
Module/Class/Function. It can also compute def-use chains from each definition.}
|
|
 |
bb56e9f |
%description %_description
|
|
 |
bb56e9f |
|
|
 |
65d5d7c |
|
|
 |
bb56e9f |
%package -n python3-beniget
|
|
 |
65d5d7c |
Summary: %{summary}
|
|
 |
65d5d7c |
|
|
 |
bb56e9f |
%description -n python3-beniget %_description
|
|
 |
65d5d7c |
|
|
 |
65d5d7c |
|
|
 |
65d5d7c |
%prep
|
|
 |
bb56e9f |
%autosetup -n beniget-%{version}
|
|
 |
bb56e9f |
|
|
 |
bb56e9f |
|
|
 |
bb56e9f |
%generate_buildrequires
|
|
 |
bb56e9f |
%pyproject_buildrequires -t
|
|
 |
bb56e9f |
|
|
 |
65d5d7c |
|
|
 |
65d5d7c |
%build
|
|
 |
bb56e9f |
%pyproject_wheel
|
|
 |
bb56e9f |
|
|
 |
65d5d7c |
|
|
 |
65d5d7c |
%install
|
|
 |
bb56e9f |
%pyproject_install
|
|
 |
bb56e9f |
%pyproject_save_files beniget
|
|
 |
bb56e9f |
|
|
 |
65d5d7c |
|
|
 |
65d5d7c |
%check
|
|
 |
bb56e9f |
%tox
|
|
 |
65d5d7c |
|
|
 |
bb56e9f |
|
|
 |
bb56e9f |
%files -n python3-beniget -f %{pyproject_files}
|
|
 |
65d5d7c |
%license LICENSE
|
|
 |
65d5d7c |
%doc README.rst
|
|
 |
bb56e9f |
|
|
 |
65d5d7c |
|
|
 |
65d5d7c |
%changelog
|
|
 |
eeae6a2 |
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-4
|
|
 |
eeae6a2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
 |
eeae6a2 |
|
|
 |
1e06c85 |
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.4.1-3
|
|
 |
1e06c85 |
- Rebuilt for Python 3.11
|
|
 |
1e06c85 |
|
|
 |
90fa268 |
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-2
|
|
 |
90fa268 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
 |
90fa268 |
|
|
 |
b59233d |
* Wed Aug 04 2021 Tomas Hrnciar <thrnciar@redhat.com> - 0.4.1-1
|
|
 |
b59233d |
- Update to 0.4.1
|
|
 |
b59233d |
|
|
 |
f394ba9 |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-2
|
|
 |
f394ba9 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
 |
f394ba9 |
|
|
 |
807f618 |
* Tue Jun 29 2021 Miro Hrončok <mhroncok@redhat.com> - 0.4.0-1
|
|
 |
807f618 |
- Update to 0.4.0
|
|
 |
807f618 |
- Fixes rhbz#1977164
|
|
 |
807f618 |
|
|
 |
44ee2bb |
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.3.0-3
|
|
 |
44ee2bb |
- Rebuilt for Python 3.10
|
|
 |
44ee2bb |
|
|
 |
482b03d |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
|
|
 |
482b03d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
482b03d |
|
|
 |
bb56e9f |
* Mon Sep 14 2020 Miro Hrončok <mhroncok@redhat.com> - 0.3.0-1
|
|
 |
bb56e9f |
- Update to 0.3.0
|
|
 |
bb56e9f |
- Fixes rhbz#1878161
|
|
 |
bb56e9f |
|
|
 |
5e5df10 |
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-5
|
|
 |
5e5df10 |
- Second attempt - Rebuilt for
|
|
 |
5e5df10 |
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
 |
5e5df10 |
|
|
 |
8fe6921 |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-4
|
|
 |
8fe6921 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
 |
8fe6921 |
|
|
 |
8259573 |
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.2.0-3
|
|
 |
8259573 |
- Rebuilt for Python 3.9
|
|
 |
8259573 |
|
|
 |
69da401 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-2
|
|
 |
69da401 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
 |
69da401 |
|
|
 |
1791179 |
* Sat Oct 12 2019 Miro Hrončok <mhroncok@redhat.com> - 0.2.0-1
|
|
 |
1791179 |
- Update to 0.2.0
|
|
 |
2a72965 |
|
|
 |
e1e4c2a |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-2
|
|
 |
e1e4c2a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
 |
e1e4c2a |
|
|
 |
65d5d7c |
* Wed Jun 26 2019 Miro Hrončok <mhroncok@redhat.com> - 0.1.0-1
|
|
 |
65d5d7c |
- Initial package
|