14
0

Accepting request 1084764 from home:badshah400:branches:devel:languages:python

Update to version 2023-02-11

OBS-URL: https://build.opensuse.org/request/show/1084764
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=65
This commit is contained in:
2023-05-04 14:53:23 +00:00
committed by Git OBS Bridge
parent 869a604690
commit 9ca2b5682f
3 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu May 4 14:20:48 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2023-02-11:
* Fix: Some instances behind Cloudflare block requests without a
User-Agent header.
-------------------------------------------------------------------
Sat Apr 15 21:14:18 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-limnoria
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%define appname limnoria
%define srcver 2022-09-27
Name: python-limnoria
Version: 2022.11.10
Version: 2023.02.11
Release: 0
Summary: A modified version of Supybot (an IRC bot and framework)
License: BSD-3-Clause
@@ -36,8 +36,8 @@ BuildRequires: %{python_module ecdsa}
BuildRequires: %{python_module feedparser}
BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module python-gnupg}
BuildRequires: %{python_module pytzdata}
BuildRequires: %{python_module pytz if %python-base < 3.9}
BuildRequires: %{python_module pytzdata}
# pyxmpp2-scram not available, the code actually covers the non-availability
#BuildRequires: %%{python_module pyxmpp2-scram}
BuildRequires: %{python_module setuptools}