Tomáš Chvátal
125af28d0d
Accepting request 638273 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/638273
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=26
2018-09-26 03:25:28 +00:00
Tomáš Chvátal
26489e7967
Accepting request 635939 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/635939
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=24
2018-09-17 09:21:41 +00:00
Tomáš Chvátal
5f9b82c4bf
Accepting request 604545 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/604545
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=22
2018-05-07 13:46:38 +00:00
Tomáš Chvátal
7d421740e0
Accepting request 590782 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/590782
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=20
2018-03-24 10:44:39 +00:00
Tomáš Chvátal
0070b69b5e
Accepting request 578167 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/578167
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=18
2018-02-19 20:20:19 +00:00
8be46bb8ed
Accepting request 541172 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/541172
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=16
2017-11-13 09:34:42 +00:00
Todd R
f5c24e7390
Accepting request 535346 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/535346
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=14
2017-10-23 15:08:02 +00:00
Todd R
deb4628849
Accepting request 532442 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/532442
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=12
2017-10-09 00:59:03 +00:00
Jan Matejek
17e68e96d8
Accepting request 530160 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/530160
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=11
2017-10-02 12:25:59 +00:00
a5a1e33034
Accepting request 528858 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/528858
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=9
2017-09-27 05:52:05 +00:00
52609c97d7
Accepting request 518321 from home:tbechtold:branches:devel:languages:python
...
- update to 0.32.14:
- Fixed drop_database version comparison
- Fixed a DeprecationWarning by using LargeBinary instead of Binary
- Added generic_repr decorator
- TimeZoneType support for static timezones
- Added SQLite support for PasswordType
- Added PhoneNumber as the python_type for PhoneNumberType
- Made auto_delete_orphans support backref tuples
- Added support for multi-column observers
- convert to singlespec
OBS-URL: https://build.opensuse.org/request/show/518321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=7
2017-08-23 05:06:33 +00:00
9578f06025
- udpate to 0.32.9:
...
- Added support for multi-column observers (#231 , pull request courtesy of quantus)
- Fixed EmailType to respect constructor args (#230 , pull request courtesy of quantus)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=5
2016-11-14 14:00:07 +00:00
75b3ba9f39
Accepting request 432597 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/432597
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SQLAlchemy-Utils?expand=0&rev=1
2016-10-10 14:20:03 +00:00
0f83e160c1
Accepting request 400001 from home:tbechtold:branches:devel:languages:python
...
- update to 0.32.7:
- Made PhoneNumber exceptions inherit SQLAlchemy's DontWrapMixin
- Added support for timezones with ArrowType
- Fixed import issue with latest version of SQLAlchemy
- Added LtreeType for PostgreSQL ltree extension
- Added Ltree primitive data type
- Added support for PhoneNumber objects as composites
- Fixed PasswordType to not access LazyCryptContext on type init
- Fixed database helpers for sqlite
- Fixed TranslationHybrid aliased entities handling
- Dropped py26 support
- Made PasswordType to use LazyCryptContext by default
- Added literal parameter processing for ArrowType
- Fixed scalar parsing of LocaleType
- Fixed column alias handling with assert_* functions
- Fixed non-ascii string handling in composite types
- Fixed observes crashing when observable root_obj is ``None``
- Column observers only notified when actual changes have been made
to underlying columns
- Made has_index allow fk constraint as parameter
- Made has_unique_index allow fk constraint as parameter
- Made the extra packages in setup.py to be returned in deterministic order
- Removed is_indexed_foreign_key (superceded by more versatile has_index)
- Fixed LocaleType territory parsing (courtesy of dahlia)
- Added correlate parameter to select_correlated_expression function
- Fixed sort_query handling of aliased classes with hybrid properties
- Added support for aliased classes in get_hybrid_properties utility function
- Added cast_if utility function
- Added support for InstrumentedAttributes, ColumnProperties and Columns in
get_columns function
OBS-URL: https://build.opensuse.org/request/show/400001
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=3
2016-06-06 11:13:48 +00:00
Todd R
7d8248dae4
Accepting request 358707 from Cloud:OpenStack:Master
...
- Install LICENSE and README.rst
OBS-URL: https://build.opensuse.org/request/show/358707
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=2
2016-02-11 10:13:47 +00:00
Denisart Benjamin
2050e72455
Accepting request 293438 from home:prusnak
...
dependency for python-SQLAlchemy-Continuum
OBS-URL: https://build.opensuse.org/request/show/293438
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=1
2015-03-30 09:01:54 +00:00