This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via 6ec83457d064928b2ecb1edca36b6824d029e9ab (commit)
via 76b057eba4844088e72e319c18bffb94ee87b6a1 (commit)
from 56bcb03d7c0b8b8c5e1d010913cf24d8d4aa153b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/6ec83457d064928b2ecb1edca36b6824d029e9ab
commit 6ec83457d064928b2ecb1edca36b6824d029e9ab
Author: Oleg Broytman <ph...@ph...>
Date: Sun Aug 7 00:32:07 2016 +0300
Fix pip command line
[skip ci]
diff --git a/docs/download.txt b/docs/download.txt
index 97cfde3..07349a9 100644
--- a/docs/download.txt
+++ b/docs/download.txt
@@ -8,7 +8,7 @@ with `pip <https://pip.pypa.io/en/latest/>`_ or `easy_install
You can install the latest release with::
- pip -U SQLObject
+ pip install -U SQLObject
or::
http://sourceforge.net/p/sqlobject/sqlobject/ci/76b057eba4844088e72e319c18bffb94ee87b6a1
commit 76b057eba4844088e72e319c18bffb94ee87b6a1
Author: Oleg Broytman <ph...@ph...>
Date: Sun Aug 7 00:26:12 2016 +0300
Add requirements.txt
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..b670458
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,5 @@
+--install-option="--compile --optimize"
+
+FormEncode >= 1.1.1; python_version >= '2.6' and python_version < '3.0'
+FormEncode >= 1.3.0; python_version >= '3.4'
+PyDispatcher >= 2.0.4
-----------------------------------------------------------------------
Summary of changes:
docs/download.txt | 2 +-
requirements.txt | 5 +++++
2 files changed, 6 insertions(+), 1 deletions(-)
create mode 100644 requirements.txt
hooks/post-receive
--
SQLObject development repository
|