[Python-modules-commits] [python-async-timeout] 01/04: Import python-async-timeout_1.1.0.orig.tar.gz
Piotr Ożarowski
piotr at moszumanska.debian.org
Mon Nov 7 23:38:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
piotr pushed a commit to branch master
in repository python-async-timeout.
commit 6b11cf946ff9008d7190cedcd66b61b8a9fe03c8
Author: Piotr Ożarowski <piotr at debian.org>
Date: Tue Nov 8 00:34:29 2016 +0100
Import python-async-timeout_1.1.0.orig.tar.gz
---
CHANGES.rst | 7 ++++++-
PKG-INFO | 11 ++++++++---
async_timeout.egg-info/PKG-INFO | 9 +++++++--
async_timeout/__init__.py | 2 +-
setup.cfg | 2 +-
setup.py | 2 +-
6 files changed, 24 insertions(+), 9 deletions(-)
diff --git a/CHANGES.rst b/CHANGES.rst
index 51c42c4..312a7f4 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,12 @@
CHANGES
=======
-1.0.0 (2016-09-XX)
+1.1.0 (2016-10-20)
+------------------
+
+* Rename to `async-timeout`
+
+1.0.0 (2016-09-09)
------------------
* The first release.
diff --git a/PKG-INFO b/PKG-INFO
index cac2e22..6d82f62 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
-Name: async_timeout
-Version: 1.0.0
+Name: async-timeout
+Version: 1.1.0
Summary: Timeout context manager for asyncio programs
Home-page: https://github.com/aio-libs/async_timeout/
Author: Andrew Svetlov
@@ -57,7 +57,12 @@ Description: async_timeout
CHANGES
=======
- 1.0.0 (2016-09-XX)
+ 1.1.0 (2016-10-20)
+ ------------------
+
+ * Rename to `async-timeout`
+
+ 1.0.0 (2016-09-09)
------------------
* The first release.
diff --git a/async_timeout.egg-info/PKG-INFO b/async_timeout.egg-info/PKG-INFO
index f79a726..6d82f62 100644
--- a/async_timeout.egg-info/PKG-INFO
+++ b/async_timeout.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: async-timeout
-Version: 1.0.0
+Version: 1.1.0
Summary: Timeout context manager for asyncio programs
Home-page: https://github.com/aio-libs/async_timeout/
Author: Andrew Svetlov
@@ -57,7 +57,12 @@ Description: async_timeout
CHANGES
=======
- 1.0.0 (2016-09-XX)
+ 1.1.0 (2016-10-20)
+ ------------------
+
+ * Rename to `async-timeout`
+
+ 1.0.0 (2016-09-09)
------------------
* The first release.
diff --git a/async_timeout/__init__.py b/async_timeout/__init__.py
index 8d37358..df9143f 100644
--- a/async_timeout/__init__.py
+++ b/async_timeout/__init__.py
@@ -1,7 +1,7 @@
import asyncio
-__version__ = '1.0.0'
+__version__ = '1.1.0'
class timeout:
diff --git a/setup.cfg b/setup.cfg
index 57223b6..4882edf 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,7 @@
test = pytest
[egg_info]
-tag_svn_revision = 0
tag_build =
tag_date = 0
+tag_svn_revision = 0
diff --git a/setup.py b/setup.py
index 5d6985a..4a736d6 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ def read(name):
return f.read()
-setup(name='async_timeout',
+setup(name='async-timeout',
version=version,
description=("Timeout context manager for asyncio programs"),
long_description='\n\n'.join([read('README.rst'),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-async-timeout.git
More information about the Python-modules-commits
mailing list