24515567 Update sqlalchemy-migrate to 0.10.0
authorLaszlo Peter <laszlo.peter@oracle.com>
Wed, 07 Sep 2016 14:48:38 -0700
changeset 6835 5ff2743143e2
parent 6834 8af5d0f2dd88
child 6836 464d17ec745f
24515567 Update sqlalchemy-migrate to 0.10.0
components/python/sqlalchemy-migrate/Makefile
components/python/sqlalchemy-migrate/sqlalchemy-migrate-PYVER.p5m
--- a/components/python/sqlalchemy-migrate/Makefile	Wed Sep 07 14:48:38 2016 -0700
+++ b/components/python/sqlalchemy-migrate/Makefile	Wed Sep 07 14:48:38 2016 -0700
@@ -22,19 +22,20 @@
 #
 # Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
 #
+
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		sqlalchemy-migrate
-COMPONENT_VERSION=	0.9.6
+COMPONENT_VERSION=	0.10.0
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:c2c73d8dbeb29a96459d8622e3bac2e97cf6f74ed0564469486fe7ffe0ef3d97
+    sha256:f83c5cce9c09e5c05527279b7fe1565b32e5353342ff30b24f594fa2e5a7e003
 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
 COMPONENT_PROJECT_URL=	https://github.com/stackforge/sqlalchemy-migrate
 COMPONENT_BUGDB=	python-mod/sqlalchemy-mig
 
-TPNO=			25760
+TPNO=			29239
 
 # Syntax issues: not Python 3 ready.
 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
@@ -46,9 +47,9 @@
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 COMPONENT_POST_INSTALL_ACTION += \
-        (cd $(PROTO_DIR)/usr/bin ; \
-	 $(MV) -f migrate migrate-$(PYTHON_VERSION) ; \
-         $(MV) -f migrate-repository migrate-repository-$(PYTHON_VERSION))
+    (cd $(PROTO_DIR)/usr/bin ; \
+     $(MV) -f migrate migrate-$(PYTHON_VERSION) ; \
+     $(MV) -f migrate-repository migrate-repository-$(PYTHON_VERSION))
 
 # common targets
 build:		$(BUILD_NO_ARCH)
@@ -68,3 +69,4 @@
 REQUIRED_PACKAGES += library/python/setuptools-27
 REQUIRED_PACKAGES += library/python/six-27
 REQUIRED_PACKAGES += library/python/sqlalchemy-27
+REQUIRED_PACKAGES += library/python/sqlparse-27
--- a/components/python/sqlalchemy-migrate/sqlalchemy-migrate-PYVER.p5m	Wed Sep 07 14:48:38 2016 -0700
+++ b/components/python/sqlalchemy-migrate/sqlalchemy-migrate-PYVER.p5m	Wed Sep 07 14:48:38 2016 -0700
@@ -78,9 +78,7 @@
 file \
     path=usr/lib/python$(PYVER)/vendor-packages/migrate/versioning/script/py.py \
     pkg.depend.bypass-generate=.*/six.*
-file \
-    path=usr/lib/python$(PYVER)/vendor-packages/migrate/versioning/script/sql.py \
-    pkg.depend.bypass-generate=.*/sqlparse.*
+file path=usr/lib/python$(PYVER)/vendor-packages/migrate/versioning/script/sql.py
 file path=usr/lib/python$(PYVER)/vendor-packages/migrate/versioning/shell.py
 file path=usr/lib/python$(PYVER)/vendor-packages/migrate/versioning/template.py
 file path=usr/lib/python$(PYVER)/vendor-packages/migrate/versioning/templates/__init__.py
@@ -112,21 +110,16 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/sqlalchemy_migrate-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
 file path=usr/lib/python$(PYVER)/vendor-packages/sqlalchemy_migrate-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
 file path=usr/lib/python$(PYVER)/vendor-packages/sqlalchemy_migrate-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
+#
 license sqlalchemy-migrate.license license=MIT
 
 # force the rename with an optional dependency on the old name
 depend type=optional \
     fmri=library/python-2/sqlalchemy-migrate-$(PYV)@0.7.2,5.12-5.12.0.0.0.41.0
 
-# force a dependency on pbr; pkgdepend work is needed to flush this out.
-depend type=require fmri=library/python/pbr-$(PYV)
-
 # force a dependency on the sqlalchemy-migrate package
 depend type=require \
     fmri=library/python/[email protected]$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 
-# force a dependency on sqlparse; pkgdepend work is needed to flush this out.
-depend type=require fmri=library/python/sqlparse-$(PYV)
-
 # force a dependency on tempita; pkgdepend work is needed to flush this out.
 depend type=require fmri=library/python/tempita-$(PYV)