From 59f1a5d732c520a5bd0ce8e1c1ddb0adaf2ae307 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Nov 30 2015 18:06:56 +0000 Subject: Update to 2.1.0 since it's out --- diff --git a/.gitignore b/.gitignore index 1a430aa..09e89d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ python-daemon-1.5.2.tar.gz /python-daemon-1.6.tar.gz +/python-daemon-2.1.0.tar.gz diff --git a/python-daemon.spec b/python-daemon.spec index efa1dc8..c3ee24b 100644 --- a/python-daemon.spec +++ b/python-daemon.spec @@ -9,7 +9,7 @@ %endif Name: python-daemon -Version: 2.0.6 +Version: 2.1.0 Release: 1%{?dist} Summary: Library to implement a well-behaved Unix daemon process @@ -107,7 +107,7 @@ PYTHONPATH=$(pwd) %{__python3} -m unittest discover %endif %changelog -* Sat Nov 14 2015 Toshio Kuratomi - - 2.0.6-1 +* Mon Nov 30 2015 Toshio Kuratomi - - 2.1.0-1 - Update to newer upstream. - Create a python3 subpackage since upstream supports it - Note that newer upstream has relicensed to Apache 2.0 diff --git a/sources b/sources index 7433f08..e38382f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c774eda27d6c5d80b42037826d29e523 python-daemon-1.6.tar.gz +f474f94eccc544968a36430f88a70c15 python-daemon-2.1.0.tar.gz