FreeBSD Bugzilla – Attachment 144202 Details for
Bug 191442
databases/py-sqlalchemy: Copy to py-sqlalchemy07, Update to 0.9.7, Remove -devel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-sqlalchemy.diff
py-sqlalchemy.diff (text/plain), 10.47 KB, created by
Bartek Rutkowski
on 2014-06-27 20:12:50 UTC
(
hide
)
Description:
py-sqlalchemy.diff
Filename:
MIME Type:
Creator:
Bartek Rutkowski
Created:
2014-06-27 20:12:50 UTC
Size:
10.47 KB
patch
obsolete
>Index: databases/py-sqlalchemy/Makefile >=================================================================== >--- databases/py-sqlalchemy/Makefile (revision 359506) >+++ databases/py-sqlalchemy/Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= sqlalchemy >-PORTVERSION= 0.7.10 >-PORTREVISION= 2 >+PORTVERSION= 0.9.6 > CATEGORIES= databases python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: databases/py-sqlalchemy/distinfo >=================================================================== >--- databases/py-sqlalchemy/distinfo (revision 359506) >+++ databases/py-sqlalchemy/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (SQLAlchemy-0.7.10.tar.gz) = 77aa39d65c9d043eba6ba329b359ff867424fd6c403b7c0cb112b65e507e1d66 >-SIZE (SQLAlchemy-0.7.10.tar.gz) = 3541639 >+SHA256 (SQLAlchemy-0.9.6.tar.gz) = 0a9ad46f32df2ba87d3092b89e4c760c796ad481b21544485eb97cb8ca321b6b >+SIZE (SQLAlchemy-0.9.6.tar.gz) = 4022439 >Index: databases/py-sqlalchemy/pkg-plist >=================================================================== >--- databases/py-sqlalchemy/pkg-plist (revision 359506) >+++ databases/py-sqlalchemy/pkg-plist (working copy) >@@ -2,25 +2,32 @@ > %%PORTDOCS%%%%DOCSDIR%%/copyright.html > %%PORTDOCS%%%%DOCSDIR%%/core/compiler.html > %%PORTDOCS%%%%DOCSDIR%%/core/connections.html >+%%PORTDOCS%%%%DOCSDIR%%/core/constraints.html >+%%PORTDOCS%%%%DOCSDIR%%/core/ddl.html >+%%PORTDOCS%%%%DOCSDIR%%/core/defaults.html >+%%PORTDOCS%%%%DOCSDIR%%/core/dml.html > %%PORTDOCS%%%%DOCSDIR%%/core/engines.html > %%PORTDOCS%%%%DOCSDIR%%/core/event.html > %%PORTDOCS%%%%DOCSDIR%%/core/events.html > %%PORTDOCS%%%%DOCSDIR%%/core/exceptions.html > %%PORTDOCS%%%%DOCSDIR%%/core/expression_api.html >+%%PORTDOCS%%%%DOCSDIR%%/core/functions.html > %%PORTDOCS%%%%DOCSDIR%%/core/index.html >+%%PORTDOCS%%%%DOCSDIR%%/core/inspection.html > %%PORTDOCS%%%%DOCSDIR%%/core/interfaces.html > %%PORTDOCS%%%%DOCSDIR%%/core/internals.html >+%%PORTDOCS%%%%DOCSDIR%%/core/metadata.html > %%PORTDOCS%%%%DOCSDIR%%/core/pooling.html >+%%PORTDOCS%%%%DOCSDIR%%/core/reflection.html > %%PORTDOCS%%%%DOCSDIR%%/core/schema.html >+%%PORTDOCS%%%%DOCSDIR%%/core/selectable.html > %%PORTDOCS%%%%DOCSDIR%%/core/serializer.html >+%%PORTDOCS%%%%DOCSDIR%%/core/sqlelement.html > %%PORTDOCS%%%%DOCSDIR%%/core/tutorial.html > %%PORTDOCS%%%%DOCSDIR%%/core/types.html >-%%PORTDOCS%%%%DOCSDIR%%/dialects/access.html > %%PORTDOCS%%%%DOCSDIR%%/dialects/drizzle.html > %%PORTDOCS%%%%DOCSDIR%%/dialects/firebird.html > %%PORTDOCS%%%%DOCSDIR%%/dialects/index.html >-%%PORTDOCS%%%%DOCSDIR%%/dialects/informix.html >-%%PORTDOCS%%%%DOCSDIR%%/dialects/maxdb.html > %%PORTDOCS%%%%DOCSDIR%%/dialects/mssql.html > %%PORTDOCS%%%%DOCSDIR%%/dialects/mysql.html > %%PORTDOCS%%%%DOCSDIR%%/dialects/oracle.html >@@ -27,6 +34,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/dialects/postgresql.html > %%PORTDOCS%%%%DOCSDIR%%/dialects/sqlite.html > %%PORTDOCS%%%%DOCSDIR%%/dialects/sybase.html >+%%PORTDOCS%%%%DOCSDIR%%/faq.html > %%PORTDOCS%%%%DOCSDIR%%/genindex.html > %%PORTDOCS%%%%DOCSDIR%%/glossary.html > %%PORTDOCS%%%%DOCSDIR%%/index.html >@@ -37,16 +45,16 @@ > %%PORTDOCS%%%%DOCSDIR%%/orm/examples.html > %%PORTDOCS%%%%DOCSDIR%%/orm/exceptions.html > %%PORTDOCS%%%%DOCSDIR%%/orm/extensions/associationproxy.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/automap.html > %%PORTDOCS%%%%DOCSDIR%%/orm/extensions/declarative.html > %%PORTDOCS%%%%DOCSDIR%%/orm/extensions/horizontal_shard.html > %%PORTDOCS%%%%DOCSDIR%%/orm/extensions/hybrid.html > %%PORTDOCS%%%%DOCSDIR%%/orm/extensions/index.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/instrumentation.html > %%PORTDOCS%%%%DOCSDIR%%/orm/extensions/mutable.html > %%PORTDOCS%%%%DOCSDIR%%/orm/extensions/orderinglist.html >-%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/sqlsoup.html > %%PORTDOCS%%%%DOCSDIR%%/orm/index.html > %%PORTDOCS%%%%DOCSDIR%%/orm/inheritance.html >-%%PORTDOCS%%%%DOCSDIR%%/orm/interfaces.html > %%PORTDOCS%%%%DOCSDIR%%/orm/internals.html > %%PORTDOCS%%%%DOCSDIR%%/orm/loading.html > %%PORTDOCS%%%%DOCSDIR%%/orm/mapper_config.html >@@ -63,20 +71,18 @@ > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/association/basic_association.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/association/dict_of_sets_with_default.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/association/proxied_association.py >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/__init__.py >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/advanced.py >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/caching_query.py >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/environment.py >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/fixture_data.py >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/helloworld.py >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/local_session_caching.py >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/model.py >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/relation_caching.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_attributes/__init__.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_attributes/custom_management.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_attributes/listen_for_events.py >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/declarative_reflection/__init__.py >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/declarative_reflection/declarative_reflection.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/__init__.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/advanced.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/caching_query.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/environment.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/fixture_data.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/helloworld.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/local_session_caching.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/model.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/relationship_caching.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_dict/__init__.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_dict/dynamic_dict.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/__init__.py >@@ -88,6 +94,7 @@ > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/test3.xml > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/__init__.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/discriminator_on_association.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/generic_fk.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/table_per_association.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/table_per_related.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphs/__init__.py >@@ -94,10 +101,15 @@ > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphs/directed_graph.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/inheritance/__init__.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/inheritance/concrete.py >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inheritance/polymorph.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inheritance/joined.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/inheritance/single.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/join_conditions/__init__.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/join_conditions/cast.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/join_conditions/threeway.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/large_collection/__init__.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/large_collection/large_collection.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/materialized_paths/__init__.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/materialized_paths/materialized_paths.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_sets/__init__.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_sets/nested_sets.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/postgis/__init__.py >@@ -104,32 +116,36 @@ > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/postgis/postgis.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sharding/__init__.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sharding/attribute_shard.py >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioning/__init__.py >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioning/_lib.py >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioning/history_meta.py >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioning/test_versioning.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioned_history/__init__.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioned_history/history_meta.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioned_history/test_versioning.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioned_rows/__init__.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioned_rows/versioned_map.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioned_rows/versioned_rows.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vertical/__init__.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vertical/dictlike-polymorphic.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vertical/dictlike.py >-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/vertical >-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/versioning >-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sharding >-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/postgis >-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/nested_sets >-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/large_collection >-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/inheritance >-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/graphs >-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/generic_associations >-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/elementtree >-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/dynamic_dict >-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/declarative_reflection >-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/custom_attributes >-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/beaker_caching >-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/association >-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/adjacency_list >-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/orm/extensions >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/orm >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/dialects >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/core >-%%PORTDOCS%%@dirrm %%DOCSDIR%% >+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/core >+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/dialects >+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/orm/extensions >+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/orm >+%%PORTDOCS%%@dirrmtry %%DOCSDIR%% >+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/adjacency_list >+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/association >+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/custom_attributes >+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/dogpile_caching >+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/dynamic_dict >+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/elementtree >+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/generic_associations >+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/graphs >+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/inheritance >+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/join_conditions >+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/large_collection >+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/materialized_paths >+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/nested_sets >+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/postgis >+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/sharding >+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/versioned_history >+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/versioned_rows >+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/vertical >+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 191442
:
144202
|
146945
|
146950
|
146952
|
147003
|
147032
|
147138
|
161673
|
170412
|
170423