FreeBSD Bugzilla – Attachment 161673 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]
patch 0.7.2 -> 1.0.8
sqla.diff (text/plain), 11.08 KB, created by
Kurt Jaeger
on 2015-10-03 10:48:54 UTC
(
hide
)
Description:
patch 0.7.2 -> 1.0.8
Filename:
MIME Type:
Creator:
Kurt Jaeger
Created:
2015-10-03 10:48:54 UTC
Size:
11.08 KB
patch
obsolete
>diff -r -u -N databases/py-sqlalchemy/Makefile /home/pi/myp/databases/py-sqlalchemy/Makefile >--- databases/py-sqlalchemy/Makefile 2015-08-18 21:27:27.036093000 +0200 >+++ /home/pi/myp/databases/py-sqlalchemy/Makefile 2015-10-03 11:08:48.052087000 +0200 >@@ -2,8 +2,7 @@ > # $FreeBSD: head/databases/py-sqlalchemy/Makefile 394508 2015-08-17 14:20:40Z mat $ > > PORTNAME= sqlalchemy >-PORTVERSION= 0.7.10 >-PORTREVISION= 2 >+PORTVERSION= 1.0.8 > CATEGORIES= databases python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >diff -r -u -N databases/py-sqlalchemy/distinfo /home/pi/myp/databases/py-sqlalchemy/distinfo >--- databases/py-sqlalchemy/distinfo 2015-08-01 00:51:29.888833000 +0200 >+++ /home/pi/myp/databases/py-sqlalchemy/distinfo 2015-10-03 11:08:28.220269000 +0200 >@@ -1,2 +1,2 @@ >-SHA256 (SQLAlchemy-0.7.10.tar.gz) = 77aa39d65c9d043eba6ba329b359ff867424fd6c403b7c0cb112b65e507e1d66 >-SIZE (SQLAlchemy-0.7.10.tar.gz) = 3541639 >+SHA256 (SQLAlchemy-1.0.8.tar.gz) = 950c79c0abf9e9f99c43c627c51d40d14a946810a90c35e7cd827bfd0bffe46f >+SIZE (SQLAlchemy-1.0.8.tar.gz) = 4627601 >diff -r -u -N databases/py-sqlalchemy/pkg-plist /home/pi/myp/databases/py-sqlalchemy/pkg-plist >--- databases/py-sqlalchemy/pkg-plist 2015-08-01 00:51:29.887390000 +0200 >+++ /home/pi/myp/databases/py-sqlalchemy/pkg-plist 2015-10-03 12:27:02.100494000 +0200 >@@ -1,26 +1,37 @@ > %%PORTDOCS%%%%DOCSDIR%%/contents.html > %%PORTDOCS%%%%DOCSDIR%%/copyright.html >+%%PORTDOCS%%%%DOCSDIR%%/core/api_basics.html > %%PORTDOCS%%%%DOCSDIR%%/core/compiler.html > %%PORTDOCS%%%%DOCSDIR%%/core/connections.html >+%%PORTDOCS%%%%DOCSDIR%%/core/constraints.html >+%%PORTDOCS%%%%DOCSDIR%%/core/custom_types.html >+%%PORTDOCS%%%%DOCSDIR%%/core/ddl.html >+%%PORTDOCS%%%%DOCSDIR%%/core/defaults.html >+%%PORTDOCS%%%%DOCSDIR%%/core/dml.html > %%PORTDOCS%%%%DOCSDIR%%/core/engines.html >+%%PORTDOCS%%%%DOCSDIR%%/core/engines_connections.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/type_api.html >+%%PORTDOCS%%%%DOCSDIR%%/core/type_basics.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 >@@ -31,29 +42,64 @@ > %%PORTDOCS%%%%DOCSDIR%%/glossary.html > %%PORTDOCS%%%%DOCSDIR%%/index.html > %%PORTDOCS%%%%DOCSDIR%%/intro.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/backref.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/basic_relationships.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/cascades.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/classical.html > %%PORTDOCS%%%%DOCSDIR%%/orm/collections.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/composites.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/constructors.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/contextual.html > %%PORTDOCS%%%%DOCSDIR%%/orm/deprecated.html > %%PORTDOCS%%%%DOCSDIR%%/orm/events.html > %%PORTDOCS%%%%DOCSDIR%%/orm/examples.html > %%PORTDOCS%%%%DOCSDIR%%/orm/exceptions.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/extending.html > %%PORTDOCS%%%%DOCSDIR%%/orm/extensions/associationproxy.html >-%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/declarative.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/automap.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/baked.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/declarative/api.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/declarative/basic_use.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/declarative/index.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/declarative/inheritance.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/declarative/mixins.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/declarative/relationships.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/declarative/table_config.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/join_conditions.html > %%PORTDOCS%%%%DOCSDIR%%/orm/loading.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/loading_columns.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/loading_objects.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/loading_relationships.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/mapped_attributes.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/mapped_sql_expr.html > %%PORTDOCS%%%%DOCSDIR%%/orm/mapper_config.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/mapping_api.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/mapping_columns.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/mapping_styles.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/nonstandard_mappings.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/persistence_techniques.html > %%PORTDOCS%%%%DOCSDIR%%/orm/query.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/relationship_api.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/relationship_persistence.html > %%PORTDOCS%%%%DOCSDIR%%/orm/relationships.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/scalar_mapping.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/self_referential.html > %%PORTDOCS%%%%DOCSDIR%%/orm/session.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/session_api.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/session_basics.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/session_state_management.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/session_transaction.html > %%PORTDOCS%%%%DOCSDIR%%/orm/tutorial.html >+%%PORTDOCS%%%%DOCSDIR%%/orm/versioning.html > %%PORTDOCS%%%%DOCSDIR%%/search.html > %%PORTDOCS%%%%DOCSDIR%%/searchindex.js > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/__init__.py >@@ -63,20 +109,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,26 +132,41 @@ > %%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 > %%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%%/performance/__init__.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/performance/__main__.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/performance/bulk_inserts.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/performance/bulk_updates.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/performance/large_resultsets.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/performance/short_selects.py >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/performance/single_inserts.py > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/postgis/__init__.py > %%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
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