17
0
Commit Graph

27 Commits

Author SHA256 Message Date
Jan Matejek
aa83c34634 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
c5e1fb4956 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
e0509804fa 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
7750aad895 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
de98e2a68d - 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
1345cee613 - 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
0812dfe953 - 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
e45d92b587 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
8a8f437fde 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
Todd R
b1818ba09e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=44 2013-05-18 14:41:47 +00:00
Todd R
245f2d7f9c OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=41 2013-05-18 14:33:17 +00:00
Lars Vogdt
ca8cf99849 - 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
0b37b845d1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=35 2013-01-02 18:02:50 +00:00
Sascha Peilicke
c52f70e968 - 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
979f35fbb5 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
f3e2524f1e 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
f6640815ce - 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
cb03333a66 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
d0f4a7219e 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
755fd21247 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
OBS User buildservice-autocommit
4d036ca40f Updating link to change in openSUSE:Factory/python-SQLAlchemy revision 6.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=d22a6ce6c8f8c4529f3fefaa90206cb1
2011-12-06 17:57:50 +00:00
Sascha Peilicke
f4075b4f2e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=7 2011-09-25 13:04:12 +00:00
Sascha Peilicke
78301d07ac 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
70a391056e Autobuild autoformatter for 77040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SQLAlchemy?expand=0&rev=2
2011-08-04 13:01:18 +00:00
Sascha Peilicke
ba189cee6d - 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
a22a5d60f9 - 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
57104f9bb8 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