Accepting request 1219559 from devel:languages:python

- Update license to MIT, that's what the project defines in the
  setup.py

OBS-URL: https://build.opensuse.org/request/show/1219559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-peewee?expand=0&rev=30
This commit is contained in:
2024-10-31 15:09:24 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 30 12:42:57 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Update license to MIT, that's what the project defines in the
setup.py
-------------------------------------------------------------------
Sat Aug 31 12:12:35 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -21,7 +21,7 @@ Name: python-peewee
Version: 3.17.6
Release: 0
Summary: An expressive ORM that supports multiple SQL backends
License: BSD-3-Clause
License: MIT
URL: https://github.com/coleifer/peewee
Source: https://github.com/coleifer/peewee/archive/refs/tags/%{version}.tar.gz#/peewee-%{version}.tar.gz
BuildRequires: %{python_module Cython}