#1 Latest upstream
Merged 4 years ago by hvad. Opened 4 years ago by carlwgeorge.
rpms/ carlwgeorge/python-events upstream_0.3  into  master

file modified
+1
@@ -1,1 +1,2 @@ 

  /Events-0.2.1.tar.gz

+ /Events-0.3.tar.gz

file modified
+9 -6
@@ -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

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (Events-0.2.1.tar.gz) = 2d54ab6c20d26818820f50da14616adcd120d3ede4e21626b4bbde4c8293125f40c46e97cb903419b91a0dcf31de2e04943921798693818c9268de8efb05dfbd

+ SHA512 (Events-0.3.tar.gz) = 6eb043b6ccd6c623fa86e472facf968c7fad5907cd08e14354b41677f534bdb7ca4ef11479b134ed1a1c6226cca204967c6f15957ced7ffa71bee19147fdd85d

no initial comment

I'm working on packaging eve, which is another one of Nicola's projects. In the latest version he bumped the events dependency to 0.3, so this is blocking me.

Pull-Request has been merged by hvad

4 years ago

Thanks for merging! Would you mind triggering at least a rawhide build for this? Even better would be merging master to the f28 branch and triggering a Fedora 28 build as well.