Bug 261305 - devel/py-azure-core: Update to 1.21.1
Summary: devel/py-azure-core: Update to 1.21.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Po-Chuan Hsieh
URL: https://github.com/Azure/azure-sdk-fo...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-18 13:50 UTC by Danilo G. Baio
Modified: 2022-01-25 20:10 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
py-azure-core-1_21_1.patch (2.16 KB, patch)
2022-01-18 13:50 UTC, Danilo G. Baio
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo G. Baio freebsd_committer freebsd_triage 2022-01-18 13:50:26 UTC
Created attachment 231127 [details]
py-azure-core-1_21_1.patch

devel/py-azure-core: Update to 1.21.1

Changes:	https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CHANGELOG.md

make test:

E   ModuleNotFoundError: No module named 'devtools_testutils'
5 warnings, 1 error in 2.38 seconds

This devtools_testutils is from azure-sdk-tools:

https://github.com/Azure/azure-sdk-for-python/tree/main/tools/azure-sdk-tools
https://github.com/Azure/azure-sdk-for-python/blob/main/tools/azure-sdk-tools/setup.py

# This is a "fake" package, meaning it's not supposed to be released but used
# locally with "pip install -e"


That's why I'm suggesting just removing the test target.
Comment 1 Danilo G. Baio freebsd_committer freebsd_triage 2022-01-23 19:32:50 UTC
ports 48466eb2d50b517f5e985e322f18e73cbeabef91

ps. tests are still an issue here
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-01-25 19:57:18 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5388dfc87dfce300c963337b92b2146900c9571e

commit 5388dfc87dfce300c963337b92b2146900c9571e
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2022-01-25 19:25:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-25 19:51:19 +0000

    devel/py-azure-core: Remove test target

    PR:             261305

 devel/py-azure-core/Makefile | 8 --------
 1 file changed, 8 deletions(-)
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2022-01-25 20:10:30 UTC
(In reply to Danilo G. Baio from comment #1)

Committed. Thanks!