| |
@@ -8,14 +8,14 @@
|
| |
"natural" ...
|
| |
|
| |
Name: python-events
|
| |
- Version: 0.2.1
|
| |
- Release: 4%{?dist}
|
| |
+ Version: 0.3
|
| |
+ Release: 1%{?dist}
|
| |
Summary: Bringing the elegance of C# EventHandler to Python
|
| |
|
| |
License: BSD
|
| |
|
| |
- URL: http://github.com/nicolaiarocci/events
|
| |
- Source0: https://files.pythonhosted.org/packages/source/E/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
| |
+ URL: http://github.com/pyeve/events
|
| |
+ Source0: https://pypi.org/packages/source/E/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
| |
BuildArch: noarch
|
| |
|
| |
BuildRequires: python2-setuptools
|
| |
@@ -58,15 +58,18 @@
|
| |
%license LICENSE
|
| |
%doc README.rst
|
| |
%{python2_sitelib}/events
|
| |
- %{python2_sitelib}/%{pypi_name}-%{version}-py*egg-info
|
| |
+ %{python2_sitelib}/%{pypi_name}-%{version}-py%{python2_version}.egg-info
|
| |
|
| |
%files -n python3-events
|
| |
%license LICENSE
|
| |
%doc README.rst
|
| |
%{python3_sitelib}/events
|
| |
- %{python3_sitelib}/%{pypi_name}-%{version}-py*egg-info
|
| |
+ %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
| |
|
| |
%changelog
|
| |
+ * Sun Jun 24 2018 Carl George <carl@george.computer> - 0.3-1
|
| |
+ - Latest upstream
|
| |
+
|
| |
* Tue Jun 19 2018 Miro HronĨok <mhroncok@redhat.com> - 0.2.1-4
|
| |
- Rebuilt for Python 3.7
|
| |
|
| |