17
0
Commit Graph

50 Commits

Author SHA256 Message Date
27c2b295e7 Accepting request 619105 from home:mimi_vx:branches:devel:languages:python
- add upstream fix_test_reflection.patch to fix tests with new sqlite

OBS-URL: https://build.opensuse.org/request/show/619105
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=113
2018-06-26 07:48:41 +00:00
99f17ae0aa Accepting request 618391 from home:frispete:python
- update to version 1.2.8:
  * orm
    + [orm] [bug] Fixed regression in 1.2.7 caused by #4228, which 
      itself was fixing a 1.2-level regression, where the query_cls
      callable passed to a Session was assumed to be a subclass of 
      Query with class method availability, as opposed to an 
      arbitrary callable. In particular, the dogpile caching example 
      illustrates query_cls as a function and not a Query subclass. 
      References: #4256
    + [orm] [bug] Fixed a long-standing regression that occurred in 
      version 1.0, which prevented the use of a custom MapperOption 
      that alters the _params of a Query object for a lazy load, 
      since the lazy loader itself would overwrite those parameters. 
      This applies to the “temporal range” example on the wiki. Note 
      however that the Query.populate_existing() method is now 
      required in order to rewrite the mapper options associated with 
      an object already loaded in the identity map.
      As part of this change, a custom defined MapperOption will now 
      cause lazy loaders related to the target object to use a non-
      baked query by default unless the 
      MapperOption._generate_cache_key() method is implemented. In 
      particular, this repairs one regression which occured when 
      using the dogpile.cache “advanced” example, which was not 
      returning cached results and instead emitting SQL due to an 
      incompatibility with the baked query loader; with the change, 
      the RelationshipCache option included for many releases in the 
      dogpile example will disable the “baked” query altogether. Note 
      that the dogpile example is also modernized to avoid both of 
      these issues as part of issue #4258.  References: #4128
    + [orm] [bug] Fixed bug where the new

OBS-URL: https://build.opensuse.org/request/show/618391
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=112
2018-06-22 06:00:40 +00:00
Tomáš Chvátal
f0d5538ef0 Accepting request 599630 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/599630
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=110
2018-04-21 19:41:16 +00:00
Tomáš Chvátal
8c88b3c8d2 Accepting request 594666 from home:apersaud:branches:devel:languages:python
- specfile:
  * run spec-cleaner
- update to version 1.2.6:
  * orm
    + [orm] [bug] Fixed bug where using Mutable.associate_with() or
      Mutable.as_mutable() in conjunction with a class that has non-
      primary mappers set up with alternatively-named attributes would
      produce an attribute error. Since non-primary mappers are not
      used for persistence, the mutable extension now excludes
      non-primary mappers from its instrumentation steps.  References:
      #4215
  * engine
    + [engine] [bug] Fixed bug in connection pool where a connection
      could be present in the pool without all of its “connect” event
      handlers called, if a previous “connect” handler threw an
      exception; note that the dialects themselves have connect
      handlers that emit SQL, such as those which set transaction
      isolation, which can fail if the database is in a non-available
      state, but still allows a connection. The connection is now
      invalidated first if any of the connect handlers fail.
      References: #4225
  * sql
    + [sql] [bug] Fixed a regression that occurred from the previous
      fix to #4204 in version 1.2.5, where a CTE that refers to itself
      after the CTE.alias() method has been called would not refer to
      iself correctly.  References: #4204
  * postgresql
    + [postgresql] [feature] Added support for “PARTITION BY” in
      Postgresql table definitions, using
      “postgresql_partition_by”. Pull request courtesy Vsevolod
      Solovyov.
  * mssql
    + [mssql] [bug] Adjusted the SQL Server version detection for
      pyodbc to only allow for numeric tokens, filtering out
      non-integers, since the dialect does tuple- numeric comparisons
      with this value. This is normally true for all known SQL Server
      / pyodbc drivers in any case.  References: #4227
  * oracle
    + [oracle] [bug] The minimum cx_Oracle version supported is 5.2
      (June 2015). Previously, the dialect asserted against version
      5.0 but as of 1.2.2 we are using some symbols that did not
      appear until 5.2.  References: #4211
  * misc
    + [bug] [declarative] Removed a warning that would be emitted when
      calling upon __table_args__, __mapper_args__ as named with a
      @declared_attr method, when called from a non-mapped declarative
      mixin. Calling these directly is documented as the approach to
      use when one is overidding one of these methods on a mapped
      class. The warning still emits for regular attribute names.
      References: #4221

OBS-URL: https://build.opensuse.org/request/show/594666
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=108
2018-04-08 17:58:08 +00:00
Tomáš Chvátal
fbe463bb45 Accepting request 584191 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/584191
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=106
2018-03-08 08:50:26 +00:00
Tomáš Chvátal
eb79aa6624 Accepting request 579683 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/579683
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=104
2018-02-24 07:36:10 +00:00
Tomáš Chvátal
7768e53734 Accepting request 577789 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/577789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=102
2018-02-19 08:14:00 +00:00
2693e7c1ca Accepting request 570408 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/570408
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=100
2018-01-28 23:54:28 +00:00
Tomáš Chvátal
85cdb2ebd2 Accepting request 566976 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/566976
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=98
2018-01-17 19:19:50 +00:00
abb152255f Accepting request 561250 from home:apersaud:branches:devel:languages:python
- specfile:
  * updated test requirements
- update to version 1.2.0:
  * See https://docs.sqlalchemy.org/en/latest/changelog/changelog_12.html

OBS-URL: https://build.opensuse.org/request/show/561250
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=96
2018-01-03 06:46:12 +00:00
bcb392153a Accepting request 528859 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/528859
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=94
2017-09-27 05:53:07 +00:00
d3e628f45a Accepting request 515248 from home:tbechtold:branches:devel:languages:python
- update to 1.1.12:
  * See http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html#change-1.1.12

OBS-URL: https://build.opensuse.org/request/show/515248
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=92
2017-08-08 19:49:02 +00:00
e2f0f6705f Accepting request 508851 from home:tbechtold:branches:devel:languages:python
- Update to 1.1.11:
  * See http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html#change-1.1.11
- Update to 1.1.10:
  * See http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html#change-1.1.10

OBS-URL: https://build.opensuse.org/request/show/508851
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=90
2017-07-10 10:44:13 +00:00
Todd R
a7f63d76f8 Accepting request 493120 from home:TheBlackCat:branches:devel:languages:python
Don't provide python2-sqlalchemy, singlespec packages should use correct name.

OBS-URL: https://build.opensuse.org/request/show/493120
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=88
2017-05-06 04:25:35 +00:00
Todd R
cdee2ae190 Accepting request 492342 from home:TheBlackCat:branches:devel:languages:python
Add literal python-sqlalchemy provides.

OBS-URL: https://build.opensuse.org/request/show/492342
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=86
2017-05-01 19:00:13 +00:00
Todd R
4d59b93d9d Accepting request 489144 from home:TheBlackCat:branches:devel:languages:python
- Update to 1.1.9
- Implement single-spec version.

OBS-URL: https://build.opensuse.org/request/show/489144
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=84
2017-04-18 16:10:52 +00:00
Todd R
cc861aecd9 Accepting request 428018 from home:TheBlackCat:branches:devel:languages:python
Update to 1.0.15

OBS-URL: https://build.opensuse.org/request/show/428018
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=82
2016-09-15 23:29:32 +00:00
52809a728b - fix source url
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=80
2016-06-06 11:51:14 +00:00
00f9254901 Accepting request 399999 from home:tbechtold:branches:devel:languages:python
- update to 1.0.13:
  * see http://docs.sqlalchemy.org/en/latest/changelog/changelog_10.html#change-1.0.12
    and http://docs.sqlalchemy.org/en/latest/changelog/changelog_10.html#change-1.0.13
Remove 0001-fix-sqlite3.10.0-test.patch. Applied upstream.

OBS-URL: https://build.opensuse.org/request/show/399999
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=79
2016-06-06 11:13:22 +00:00
9bdebf9a74 Accepting request 358854 from home:aplanas:branches:devel:languages:python
- Add 0001-fix-sqlite3.10.0-test.patch
  Backport fix after SQLite3.10 upgrade

OBS-URL: https://build.opensuse.org/request/show/358854
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=77
2016-02-11 12:53:19 +00:00
4108551712 Accepting request 353014 from Cloud:OpenStack:Master
- update to 1.0.11:
  * see http://docs.sqlalchemy.org/en/latest/changelog/changelog_10.html#change-1.0.11

OBS-URL: https://build.opensuse.org/request/show/353014
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=75
2016-01-11 10:57:31 +00:00
Michal Čihař
bda3775629 Accepting request 336274 from Cloud:OpenStack:Master
- update to 1.0.8:
  * see http://docs.sqlalchemy.org/en/latest/changelog/changelog_10.html#change-1.0.8

OBS-URL: https://build.opensuse.org/request/show/336274
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=73
2015-10-05 07:54:39 +00:00
2e7fd90439 Accepting request 312257 from home:bruno_friedmann:branches:devel:languages:python
Update python2 packaging according to python3 package

OBS-URL: https://build.opensuse.org/request/show/312257
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=71
2015-06-16 19:01:22 +00:00
Denisart Benjamin
92ad822a0c Accepting request 308522 from home:bruno_friedmann:branches:devel:languages:python
Upgrade to last upstream version so be equal to python3-SQLAlchemy

Added full changelog

OBS-URL: https://build.opensuse.org/request/show/308522
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=69
2015-05-24 15:57:32 +00:00
Michal Čihař
d1f0bd5304 Accepting request 298584 from home:tbechtold:branches:devel:languages:python
New upstream release

OBS-URL: https://build.opensuse.org/request/show/298584
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=67
2015-04-22 13:54:27 +00:00
Jan Matejek
597d7e8cee Accepting request 280310 from home:tbechtold:branches:devel:languages:python
New bugfix release

OBS-URL: https://build.opensuse.org/request/show/280310
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=65
2015-01-09 13:49:53 +00:00
Jan Matejek
0747c09413 Accepting request 248834 from Cloud:OpenStack:Master
- update to 0.9.7:
  + See http://docs.sqlalchemy.org/en/latest/changelog/changelog_09.html#change-0.9.7

OBS-URL: https://build.opensuse.org/request/show/248834
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=63
2014-09-12 15:48:12 +00:00
Denisart Benjamin
6dfcd57dba Accepting request 241013 from home:posophe:branches:devel:languages:python
Fix changelog

OBS-URL: https://build.opensuse.org/request/show/241013
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=61
2014-07-15 07:03:30 +00:00
Denisart Benjamin
ccf27c24b2 Accepting request 240130 from home:jenewton:branches:devel:languages:python
Is there a bible to your submission acceptance? I don't wish to do this dance of submit/reject - I want to play by the same rulebook.

OBS-URL: https://build.opensuse.org/request/show/240130
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=60
2014-07-15 07:00:03 +00:00
Denisart Benjamin
84fa123be8 Accepting request 229362 from Cloud:OpenStack:Master
- update to 0.8.6:
  + See http://docs.sqlalchemy.org/en/rel_0_9/changelog/changelog_08.html#change-0.8.6

OBS-URL: https://build.opensuse.org/request/show/229362
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=58
2014-04-08 10:16:23 +00:00
Sascha Peilicke
25e339d2bd - Update to version 0.8.3:
+ See http://docs.sqlalchemy.org/en/latest/changelog/changelog_08.html#change-0.8.3
- Drop outdated patches
  + SQLAlchemy-0.7.10-SLES-drop-failing-tests.patch
  + sqlalchemy-0.7-logging.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=56
2013-10-30 16:29:37 +00:00
Sascha Peilicke
6d95b49228 - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=55
2013-10-24 11:15:10 +00:00
Sascha Peilicke
817f104e50 - Add SQLAlchemy-0.7.10-SLES-drop-failing-tests.patch: Cheat with
dropping tests to fix testsuite on SLE-11

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=53
2013-08-12 08:51:44 +00:00
Sascha Peilicke
19f219401f - Fix testsuite on SLE-11
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=52
2013-08-01 14:10:21 +00:00
Sascha Peilicke
d65af9c187 Accepting request 183985 from home:cberendt:branches:Cloud:OpenStack:Master
fixing build requirement from python-sqlite to python-pysqlite to also build on SLES11 SP3

OBS-URL: https://build.opensuse.org/request/show/183985
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=50
2013-07-23 07:45:32 +00:00
Sascha Peilicke
2e67e33ef7 Accepting request 183187 from home:frispete:python
fix build and test rig

OBS-URL: https://build.opensuse.org/request/show/183187
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=49
2013-07-22 06:33:12 +00:00
Lars Vogdt
41fe293412 - update to 0.7.10:
* orm
  + [bug] Fixed Session accounting bug whereby replacing
    a deleted object in the identity map with another
    object of the same primary key would raise a
    "conflicting state" error on rollback(),
    if the replaced primary key were established either
    via non-unitofwork-established INSERT statement
    or by primary key switch of another instance.
    [ticket:2583]
  * oracle
  + [bug] changed the list of cx_oracle types that are
    excluded from the setinputsizes() step to only include
    STRING and UNICODE; CLOB and NCLOB are removed.  This
    is to work around cx_oracle behavior which is broken
    for the executemany() call.  In 0.8, this same change 
    is applied however it is also configurable via the
    exclude_setinputsizes argument. [ticket:2561]
  * mysql
  + [feature] Added "raise_on_warnings" flag to OurSQL
    dialect.  [ticket:2523]
  + [feature] Added "read_timeout" flag to MySQLdb
    dialect.  [ticket:2554]

- update to 0.7.10:
  * orm
  + [bug] Fixed Session accounting bug whereby replacing
    a deleted object in the identity map with another
    object of the same primary key would raise a
    "conflicting state" error on rollback(),

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=37
2013-03-08 08:51:30 +00:00
Todd R
b6ebf397bf OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=34 2013-01-02 18:02:01 +00:00
Sascha Peilicke
acc51b9ac3 - The doc package is noarch
- The doc package is noarch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=32
2012-12-19 15:50:35 +00:00
Ismail Dönmez
8b4d3127d4 Accepting request 140019 from home:termim:branches:devel:languages:python
Update to 0.7.9

OBS-URL: https://build.opensuse.org/request/show/140019
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=28
2012-11-06 08:44:18 +00:00
Todd R
f0ef53a70b Accepting request 121857 from home:HighwayStar:branches:devel:languages:python
python3 package added

OBS-URL: https://build.opensuse.org/request/show/121857
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=25
2012-05-23 07:27:03 +00:00
Lars Vogdt
caf307741b - update to 0.7.7:
* orm
  - [bug] Fixed issue in unit of work whereby setting a non-None 
    self-referential many-to-one relationship to None would fail 
    to persist the change if the former value was not already loaded.
    [ticket:2477].
  - [feature] Added prefix_with() method to Query, calls upon 
    select().prefix_with() to allow placement of MySQL SELECT
    directives in statements.  Courtesy Diana Clarke [ticket:2443]
  - [bug] Fixed bug in 0.7.6 introduced by [ticket:2409] whereby 
    column_mapped_collection used against columns that were mapped as
    joins or other indirect selectables would fail to function.
  - [feature] Added new flag to @validates include_removes. When True, 
    collection remove and attribute del events will also be sent to 
    the validation function, which accepts an additional argument
    "is_remove" when this flag is used.
  - [bug] Fixed bug whereby polymorphic_on column that's not otherwise 
    mapped on the class would be incorrectly included in a merge() 
    operation, raising an error. [ticket:2449]
  - [bug] Fixed bug in expression annotation mechanics which could 
    lead to incorrect rendering of SELECT statements with aliases
    and joins, particularly when using column_property(). [ticket:2453]
  - [bug] Fixed bug which would prevent OrderingList from being 
    pickleable [ticket:2454].  Courtesy Jeff Dairiki
  - [bug] Fixed bug in relationship comparisons whereby calling 
    unimplemented methods like SomeClass.somerelationship.like() 
    would produce a recursion overflow, instead of NotImplementedError.
  * sql
  - [bug] Removed warning when Index is created with no columns;  
    while this might not be what the user intended, it is a valid use case

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=22
2012-05-06 12:32:53 +00:00
Todd R
eb44f7f630 Accepting request 116010 from home:babelworx:branches:devel:languages:python
Simple update to 0.7.6

OBS-URL: https://build.opensuse.org/request/show/116010
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=17
2012-04-30 16:53:59 +00:00
Sascha Peilicke
8155a808d5 Accepting request 106445 from home:saschpe:branches:devel:languages:python
- Fixed SLE_11 build by disabling the testsuite for it

OBS-URL: https://build.opensuse.org/request/show/106445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=15
2012-02-22 12:37:34 +00:00
Sascha Peilicke
2a0c9bcb78 Accepting request 103506 from home:rhafer:branches:devel:languages:python
update to 0.7.5

OBS-URL: https://build.opensuse.org/request/show/103506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=13
2012-02-09 10:13:27 +00:00
Sascha Peilicke
adf8fdbb84 - Add depenendency on pysqlite
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=10
2011-11-10 10:56:48 +00:00
Sascha Peilicke
72d7f16cfb OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=6 2011-09-21 12:42:28 +00:00
Sascha Peilicke
a90398cbc5 - Let doc package require base package instead of recommends
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=3
2011-07-20 17:43:00 +00:00
Sascha Peilicke
1f92065d56 - Dropped unused BuildRequires for fdupes and python-sqlite2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=2
2011-07-20 17:23:32 +00:00
Sascha Peilicke
de4042e740 Some cosmetics
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=1
2011-07-20 17:19:27 +00:00