[Python-modules-commits] [python-pysolar] 32/42: Add release info for PyPI

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 3 23:37:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag 0.6
in repository python-pysolar.

commit 916005292cb455fcd5043291457130e205a2d63e
Author: Brandon Stafford <brandon at pingswept.org>
Date:   Sat Apr 19 08:14:34 2014 -0400

    Add release info for PyPI
---
 Pysolar.egg-info/PKG-INFO             |  12 ++++++++++++
 Pysolar.egg-info/SOURCES.txt          |  17 +++++++++++++++++
 Pysolar.egg-info/dependency_links.txt |   1 +
 Pysolar.egg-info/top_level.txt        |   1 +
 dist/Pysolar-0.5.tar.gz               | Bin 0 -> 21144 bytes
 dist/Pysolar-0.6-alpha.tar.gz         | Bin 0 -> 21164 bytes
 setup.py                              |   2 +-
 7 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/Pysolar.egg-info/PKG-INFO b/Pysolar.egg-info/PKG-INFO
new file mode 100644
index 0000000..c7e4a1a
--- /dev/null
+++ b/Pysolar.egg-info/PKG-INFO
@@ -0,0 +1,12 @@
+Metadata-Version: 1.1
+Name: Pysolar
+Version: 0.6-alpha
+Summary: Collection of Python libraries for simulating the irradiation of any point on earth by the sun
+Home-page: http://pysolar.org
+Author: Brandon Stafford
+Author-email: brandon at pingswept.org
+License: GNU General Public License (GPL)
+Description: UNKNOWN
+Platform: UNKNOWN
+Requires: numpy
+Requires: pytz
diff --git a/Pysolar.egg-info/SOURCES.txt b/Pysolar.egg-info/SOURCES.txt
new file mode 100644
index 0000000..2c4d327
--- /dev/null
+++ b/Pysolar.egg-info/SOURCES.txt
@@ -0,0 +1,17 @@
+MANIFEST.in
+setup.py
+Pysolar/__init__.py
+Pysolar/constants.py
+Pysolar/elevation.py
+Pysolar/julian.py
+Pysolar/query_usno.py
+Pysolar/radiation.py
+Pysolar/rest.py
+Pysolar/simulate.py
+Pysolar/solar.py
+Pysolar/testsolar.py
+Pysolar/util.py
+Pysolar.egg-info/PKG-INFO
+Pysolar.egg-info/SOURCES.txt
+Pysolar.egg-info/dependency_links.txt
+Pysolar.egg-info/top_level.txt
\ No newline at end of file
diff --git a/Pysolar.egg-info/dependency_links.txt b/Pysolar.egg-info/dependency_links.txt
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/Pysolar.egg-info/dependency_links.txt
@@ -0,0 +1 @@
+
diff --git a/Pysolar.egg-info/top_level.txt b/Pysolar.egg-info/top_level.txt
new file mode 100644
index 0000000..39f1045
--- /dev/null
+++ b/Pysolar.egg-info/top_level.txt
@@ -0,0 +1 @@
+Pysolar
diff --git a/dist/Pysolar-0.5.tar.gz b/dist/Pysolar-0.5.tar.gz
new file mode 100644
index 0000000..c3840ee
Binary files /dev/null and b/dist/Pysolar-0.5.tar.gz differ
diff --git a/dist/Pysolar-0.6-alpha.tar.gz b/dist/Pysolar-0.6-alpha.tar.gz
new file mode 100644
index 0000000..fa67292
Binary files /dev/null and b/dist/Pysolar-0.6-alpha.tar.gz differ
diff --git a/setup.py b/setup.py
index eaab3a0..19a121a 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ classifiers = ['Development Status :: 5 - Production/Stable',
 
 
 setup(name='Pysolar',
-    version='0.5',
+    version='0.6-alpha',
     description='Collection of Python libraries for simulating the irradiation of any point on earth by the sun',
     author='Brandon Stafford',
     author_email='brandon at pingswept.org',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pysolar.git



More information about the Python-modules-commits mailing list