[python-geojson] 01/06: Imported Upstream version 1.2.2
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Aug 15 20:01:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository python-geojson.
commit 8c39d605a88837b955c5ae2cb7dd719bad59cfb8
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Aug 15 21:49:32 2015 +0200
Imported Upstream version 1.2.2
---
CHANGELOG.rst | 11 +++++++++++
MANIFEST.in | 2 +-
setup.cfg | 2 ++
setup.py | 2 +-
4 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 58d550a..41141eb 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,17 @@
Changes
=======
+1.2.2 (2015-07-13)
+------------------
+
+- Fix tests by including test file into build
+
+ - https://github.com/frewsxcv/python-geojson/issues/61
+
+- Build universal wheels
+
+ - https://packaging.python.org/en/latest/distributing.html#universal-wheels
+
1.2.1 (2015-06-25)
------------------
diff --git a/MANIFEST.in b/MANIFEST.in
index c97e142..2407291 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,2 @@
include *.rst
-recursive-include tests *.txt *.py
+recursive-include tests *.txt *.py *.geojson
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..2a9acf1
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[bdist_wheel]
+universal = 1
diff --git a/setup.py b/setup.py
index e9dc069..081b6ab 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ import multiprocessing # NOQA
setup(
name="geojson",
- version="1.2.1",
+ version="1.2.2",
description="Python bindings and utilities for GeoJSON",
license="BSD",
keywords="gis geography json",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-geojson.git
More information about the Pkg-grass-devel
mailing list